mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-01 05:01:10 -06:00
Remove artifacts in original slices so that they're not amplified while generating perimeters. #2561 #2416
This commit is contained in:
parent
e61deb3673
commit
d4ba0f17bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ... ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue