From bfdb908148c4db6f2575155122fa119c16dc049f Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Mon, 21 Sep 2015 15:21:51 +0200 Subject: [PATCH] Lowered retraction_min_travel to 1.5 As per suggestion of Ultimaker/CuraEngine#246 --- resources/machines/fdmprinter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index 3bd0e22eae..f89c496dd0 100644 --- a/resources/machines/fdmprinter.json +++ b/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"