From 0f54e1e712ca45a6e96e9f1fd9e4f596799772d6 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Fri, 4 Dec 2015 11:22:58 +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 87f672e768..a0474ed0f7 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": 4, + "default": 8, "type": "int", "visible": false, "inherit": false,