Browse Source

Disable retraction min travel

It's broken right now, so we should enable it again once it's fixed

CURA-6675
Jaime van Kessel 5 years ago
parent
commit
ab910c2a37
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/definitions/fdmprinter.def.json

+ 1 - 1
resources/definitions/fdmprinter.def.json

@@ -2698,7 +2698,7 @@
                     "minimum_value": "0",
                     "minimum_value_warning": "line_width * 1.5",
                     "maximum_value_warning": "10",
-                    "enabled": "retraction_enable",
+                    "enabled": false,
                     "settable_per_mesh": false,
                     "settable_per_extruder": true
                 },