mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-01 16:38:43 +03:00
add max_bridge_length
This commit is contained in:
@@ -22,6 +22,14 @@ void remove_bridges_from_contacts(
|
||||
const LayerRegion &layerm,
|
||||
float fw,
|
||||
Polygons &contact_polygons);
|
||||
//w28
|
||||
void remove_bridges_from_contacts_select_area(
|
||||
const PrintConfig &print_config,
|
||||
const Layer &lower_layer,
|
||||
const LayerRegion &layerm,
|
||||
float fw,
|
||||
Polygons &contact_polygons,
|
||||
const double max_bridge_length = 0);
|
||||
|
||||
// Turn some of the base layers into base interface layers.
|
||||
// For soluble interfaces with non-soluble bases, print maximum two first interface layers with the base
|
||||
|
||||
Reference in New Issue
Block a user