mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-10 02:37:04 +00:00
Fix max_bridge_length for organic tree (#11295)
* Remove outdated duplicated support code * Orgainc tree no longer use `bridge_no_support` since #8212
This commit is contained in:
@@ -12,15 +12,6 @@ namespace Slic3r {
|
||||
class PrintObject;
|
||||
class SupportLayer;
|
||||
|
||||
// Remove bridges from support contact areas.
|
||||
// To be called if PrintObjectConfig::dont_support_bridges.
|
||||
void remove_bridges_from_contacts(
|
||||
const PrintConfig &print_config,
|
||||
const Layer &lower_layer,
|
||||
const LayerRegion &layerm,
|
||||
float fw,
|
||||
Polygons &contact_polygons);
|
||||
|
||||
// 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
|
||||
// extruder to improve adhesion of the soluble filament to the base.
|
||||
|
||||
Reference in New Issue
Block a user