mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 11:17:51 -06:00
Only apply vibration limit to gaps fill while it's not very mature to work with long segments
This commit is contained in:
parent
fc399d60e2
commit
8ae96a8868
3 changed files with 9 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue