mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Reduce travel jerk/acceleration and reduce print jerk slightly
These settings are preventing layer shifts on the Tevo Tornado according to our users at #5694.
This commit is contained in:
parent
a89465afa1
commit
a39ac2ca22
1 changed files with 13 additions and 1 deletions
|
|
@ -78,6 +78,12 @@
|
|||
"acceleration_print": {
|
||||
"default_value": 500
|
||||
},
|
||||
"acceleration_travel": {
|
||||
"value": 500
|
||||
},
|
||||
"acceleration_travel_layer_0": {
|
||||
"value": 500
|
||||
},
|
||||
"machine_acceleration": {
|
||||
"default_value": 1500
|
||||
},
|
||||
|
|
@ -85,7 +91,13 @@
|
|||
"default_value": true
|
||||
},
|
||||
"jerk_print": {
|
||||
"default_value": 10
|
||||
"default_value": 8
|
||||
},
|
||||
"jerk_travel": {
|
||||
"value": 8
|
||||
},
|
||||
"jerk_travel_layer_0": {
|
||||
"value": 8
|
||||
},
|
||||
"machine_max_jerk_xy": {
|
||||
"default_value": 6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue