mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Set acceleration to 500 for Tevo Tornado
The users of this printer in #5702 found this to be a better value to prevent layer shifting. Fixes #5702.
This commit is contained in:
parent
9bcf1cd761
commit
b5a59d19ff
1 changed files with 4 additions and 1 deletions
|
@ -73,7 +73,10 @@
|
|||
"value": "30"
|
||||
},
|
||||
"acceleration_enabled": {
|
||||
"default_value": false
|
||||
"default_value": true
|
||||
},
|
||||
"acceleration_print": {
|
||||
"default_value": 500
|
||||
},
|
||||
"machine_acceleration": {
|
||||
"default_value": 1500
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue