mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
Yet other things not changed when refactored. #163
This commit is contained in:
parent
b605381132
commit
a3a9cf5749
3 changed files with 3 additions and 5 deletions
|
@ -61,7 +61,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 if @{$path->points};
|
||||
push @paths, $path->points if @{$path->points};
|
||||
}
|
||||
|
||||
return { flow_spacing => $flow_spacing }, @paths;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue