Browse Source

Lowered retraction_min_travel to 1.5

As per suggestion of Ultimaker/CuraEngine#246
Jaime van Kessel 9 years ago
parent
commit
bfdb908148
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/machines/fdmprinter.json

+ 1 - 1
resources/machines/fdmprinter.json

@@ -623,7 +623,7 @@
                     "description": "The minimum distance of travel needed for a retraction to happen at all. This helps ensure you do not get a lot of retractions in a small area.",
                     "unit": "mm",
                     "type": "float",
-                    "default": 4.5,
+                    "default": 1.5,
                     "visible": false,
                     "inherit": false,
                     "enabled": "retraction_enable"