Disable vibration limit. #785

This commit is contained in:
Alessandro Ranellucci 2012-11-23 11:14:06 +01:00
parent 2abf2be781
commit 21a6219b62
5 changed files with 2 additions and 8 deletions

View file

@ -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');