mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Bugfix: recent changes broke the "infill every layers" option which didn't alternate infill direction correctly. #70
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user