Disable travel acceleration/jerk

This slightly improves visual quality (mainly the seam) and reduces gcodes per second. PP-9
This commit is contained in:
Rijk van Manen 2022-06-02 17:02:22 +02:00 committed by GitHub
parent 95e078a3a9
commit 3a7341f761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
},