mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Bugfix: more errors in infills after refactoring. #162
This commit is contained in:
@@ -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->p if @{$path->points};
|
||||
push @paths, $path if @{$path->points};
|
||||
}
|
||||
|
||||
return { flow_spacing => $flow_spacing }, @paths;
|
||||
|
||||
Reference in New Issue
Block a user