mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-05 06:44:56 +08:00
Removed warnings for concentric infill. #121
This commit is contained in:
parent
f73febff7a
commit
6a3eeef83b
@ -54,7 +54,7 @@ sub fill_surface {
|
|||||||
# clip the path to avoid the extruder to get exactly on the first point of the loop
|
# 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);
|
$path->clip_end(scale $Slic3r::nozzle_diameter / 2);
|
||||||
|
|
||||||
push @paths, $path->p;
|
push @paths, $path->p if @{$path->points};
|
||||||
}
|
}
|
||||||
|
|
||||||
return {}, @paths;
|
return {}, @paths;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user