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:
Noisyfox
2025-11-08 01:27:15 +08:00
committed by GitHub
parent 8fce6c68b8
commit 0b2778e670
5 changed files with 9 additions and 99 deletions

View File

@@ -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.