mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-15 09:32:09 +00:00
Apply vibration limit to every move except perimeters
This commit is contained in:
@@ -174,8 +174,7 @@ sub extrude_path {
|
||||
}
|
||||
}
|
||||
|
||||
# only apply vibration limiting to gap fill until the algorithm is more mature
|
||||
$self->limit_frequency($path->role == EXTR_ROLE_GAPFILL);
|
||||
$self->limit_frequency($path->role != EXTR_ROLE_PERIMETER && $path->role != EXTR_ROLE_EXTERNAL_PERIMETER && $path->role != EXTR_ROLE_CONTOUR_INTERNAL_PERIMETER);
|
||||
|
||||
# go to first point of extrusion path
|
||||
$self->speed('travel');
|
||||
|
||||
Reference in New Issue
Block a user