mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
Disable vibration limit. #785
This commit is contained in:
@@ -168,7 +168,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_GAPFILL) if 0;
|
||||
|
||||
# go to first point of extrusion path
|
||||
$self->speed('travel');
|
||||
|
||||
Reference in New Issue
Block a user