From abc95f6d8c8201c6619ae2af1a028e741811d7d8 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Thu, 26 Nov 2015 12:09:16 +0100 Subject: [PATCH] JSON: better retraction count max --- 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 26bb2ab550..bc2f6d5278 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -700,7 +700,7 @@ "retraction_count_max": { "label": "Maximum Retraction Count", "description": "This setting limits the number of retractions occurring within the Minimum Extrusion Distance Window. Further retractions within this window will be ignored. This avoids retracting repeatedly on the same piece of filament, as that can flatten the filament and cause grinding issues.", - "default": 6, + "default": 4, "type": "int", "visible": false, "inherit": false,