mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-11 16:00:17 -07:00
Bugfix: recent changes broke the "infill every layers" option which didn't alternate infill direction correctly. #70
This commit is contained in:
parent
afd8e0a1bd
commit
951778439a
2 changed files with 4 additions and 2 deletions
|
|
@ -66,6 +66,7 @@ sub make_fill {
|
|||
push @surfaces, map Slic3r::Surface->cast_from_expolygon($_,
|
||||
surface_type => $group->[0]->surface_type,
|
||||
bridge_angle => $group->[0]->bridge_angle,
|
||||
depth_layers => $group->[0]->depth_layers,
|
||||
), @$union;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue