Workaround for Boost clipping not being idempotent and causing lack of support material
This commit is contained in:
parent
eae1e7adc2
commit
547dfb857d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user