From 4c668c9a1e39e1481b2d3c9abe4a819a3a956133 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Tue, 1 Dec 2015 13:46:07 +0100 Subject: [PATCH] JSON: bugfix: retraction limitation didnt have min_value defs (CURA-414) --- resources/machines/fdmprinter.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index 45d0a4f519..592c1fe613 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -702,6 +702,7 @@ "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, "type": "int", + "min_value": 1, "visible": false, "inherit": false, "enabled": "retraction_enable" @@ -712,6 +713,7 @@ "unit": "mm", "type": "float", "default": 4.5, + "min_value": 0.0, "visible": false, "inherit_function": "retraction_amount", "enabled": "retraction_enable"