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:
Ghostkeeper 2019-06-14 11:50:58 +02:00
parent a89465afa1
commit a39ac2ca22
No known key found for this signature in database
GPG Key ID: 86BEF881AE2CF276

View File

@ -78,6 +78,12 @@
"acceleration_print": { "acceleration_print": {
"default_value": 500 "default_value": 500
}, },
"acceleration_travel": {
"value": 500
},
"acceleration_travel_layer_0": {
"value": 500
},
"machine_acceleration": { "machine_acceleration": {
"default_value": 1500 "default_value": 1500
}, },
@ -85,7 +91,13 @@
"default_value": true "default_value": true
}, },
"jerk_print": { "jerk_print": {
"default_value": 10 "default_value": 8
},
"jerk_travel": {
"value": 8
},
"jerk_travel_layer_0": {
"value": 8
}, },
"machine_max_jerk_xy": { "machine_max_jerk_xy": {
"default_value": 6 "default_value": 6