mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 18:42:24 +00:00
Fixed --avoid-crossing-perimeters and --support-material after the xsdata merge
This commit is contained in:
@@ -82,7 +82,7 @@ sub fill_surface {
|
||||
# we were requested to complete each loop;
|
||||
# in this case we don't try to make more continuous paths
|
||||
@paths = map $_->split_at_first_point,
|
||||
@{intersection($surface->expolygon, \@polygons)};
|
||||
@{intersection([ $surface->p ], \@polygons)};
|
||||
|
||||
} else {
|
||||
# consider polygons as polylines without re-appending the initial point:
|
||||
|
||||
Reference in New Issue
Block a user