mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 02:59:06 +08:00
Disable travel acceleration/jerk
This slightly improves visual quality (mainly the seam) and reduces gcodes per second. PP-9
This commit is contained in:
parent
95e078a3a9
commit
3a7341f761
@ -89,6 +89,12 @@
|
||||
"meshfix_maximum_deviation": {
|
||||
"value": "machine_nozzle_size / 10"
|
||||
},
|
||||
"jerk_travel_enabled": {
|
||||
"value": false
|
||||
},
|
||||
"acceleration_travel_enabled": {
|
||||
"value": false
|
||||
},
|
||||
"acceleration_travel": {
|
||||
"value": "acceleration_wall"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user