Bugfix: recent changes broke the "infill every layers" option which didn't alternate infill direction correctly. #70

This commit is contained in:
Alessandro Ranellucci 2011-11-26 15:21:15 +01:00
parent afd8e0a1bd
commit 951778439a
2 changed files with 4 additions and 2 deletions

View file

@ -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;
}
}