mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 08:09:03 +08: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
@ -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…
x
Reference in New Issue
Block a user