mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-06-02 19:29:58 -07: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