From 3767ea06f621067faa88409953a7169e28edc0a7 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Thu, 7 Jan 2016 19:34:24 +0100 Subject: [PATCH] bugfix: wrong min/max_value(_warning) (CURA-666) --- resources/machines/fdmprinter.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index b035cc231e..21b88e17c4 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -480,7 +480,7 @@ "description": "Amount of offset applied to all polygons in each layer. Positive values can compensate for too big holes; negative values can compensate for too small holes.", "unit": "mm", "type": "float", - "min_value_warning": "10", + "min_value_warning": "-10", "max_value_warning": "10", "default": 0, "visible": false @@ -901,6 +901,8 @@ "unit": "mm/s", "type": "float", "default": 30, + "min_value": "0.1", + "max_value_warning": "300", "visible": false }, "skirt_speed": {