Browse Source

Disable travel acceleration/jerk

This slightly improves visual quality (mainly the seam) and reduces gcodes per second. PP-9
Rijk van Manen 2 years ago
parent
commit
3a7341f761
1 changed files with 6 additions and 0 deletions
  1. 6 0
      resources/definitions/ultimaker.def.json

+ 6 - 0
resources/definitions/ultimaker.def.json

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