mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Disable vibration limit. #785
This commit is contained in:
parent
2abf2be781
commit
21a6219b62
5 changed files with 2 additions and 8 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue