1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Workaround for Boost clipping not being idempotent and causing lack of support material

This commit is contained in:
Alessandro Ranellucci
2013-02-01 23:45:46 +01:00
parent eae1e7adc2
commit 547dfb857d
+1 -1
View File
@@ -691,7 +691,7 @@ sub generate_support_material {
$_;
}
map $_->clip_with_expolygon($expolygon),
map $_->clip_with_polygon($expolygon->bounding_box_polygon),
###map $_->clip_with_polygon($expolygon->bounding_box_polygon), # currently disabled as a workaround for Boost failing at being idempotent
@{$support_patterns->[ $layer_id % @$support_patterns ]};
};
return @paths;