1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Remove artifacts in original slices so that they're not amplified while generating perimeters. #2561 #2416

This commit is contained in:
Alessandro Ranellucci
2015-01-30 18:32:25 +01:00
parent e61deb3673
commit d4ba0f17bb
+1 -1
View File
@@ -97,7 +97,7 @@ sub process {
my @gaps = (); # ExPolygons
my @last = @{$surface->expolygon};
my @last = @{$surface->expolygon->simplify_p(&Slic3r::SCALED_RESOLUTION)};
if ($loop_number >= 0) { # no loops = -1
my @contours = (); # depth => [ Polygon, Polygon ... ]