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

Removed warnings for concentric infill. #121

This commit is contained in:
Alessandro Ranellucci
2011-12-17 19:59:31 +01:00
parent f73febff7a
commit 6a3eeef83b
+1 -1
View File
@@ -54,7 +54,7 @@ sub fill_surface {
# clip the path to avoid the extruder to get exactly on the first point of the loop
$path->clip_end(scale $Slic3r::nozzle_diameter / 2);
push @paths, $path->p;
push @paths, $path->p if @{$path->points};
}
return {}, @paths;