Only apply vibration limit to gaps fill while it's not very mature to work with long segments

This commit is contained in:
Alessandro Ranellucci 2012-11-21 19:00:43 +01:00
parent fc399d60e2
commit 8ae96a8868
3 changed files with 9 additions and 3 deletions

View file

@ -283,7 +283,7 @@ sub make_perimeters {
}
map Slic3r::ExtrusionPath->new(
polyline => Slic3r::Polyline->new(@$_),
role => EXTR_ROLE_SOLIDFILL,
role => EXTR_ROLE_GAPFILL,
height => $self->height,
flow_spacing => $params->{flow_spacing},
), @paths;