mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Remove artifacts in original slices so that they're not amplified while generating perimeters. #2561 #2416
This commit is contained in:
@@ -97,7 +97,7 @@ sub process {
|
|||||||
|
|
||||||
my @gaps = (); # ExPolygons
|
my @gaps = (); # ExPolygons
|
||||||
|
|
||||||
my @last = @{$surface->expolygon};
|
my @last = @{$surface->expolygon->simplify_p(&Slic3r::SCALED_RESOLUTION)};
|
||||||
if ($loop_number >= 0) { # no loops = -1
|
if ($loop_number >= 0) { # no loops = -1
|
||||||
|
|
||||||
my @contours = (); # depth => [ Polygon, Polygon ... ]
|
my @contours = (); # depth => [ Polygon, Polygon ... ]
|
||||||
|
|||||||
Reference in New Issue
Block a user