From 82d3c19fe1df9cb682d8770ba7984aba1fcce6d9 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Tue, 29 Mar 2016 16:58:44 +0200 Subject: [PATCH] JSON: fix min_value for magic_fuzzy_skin_point_density (CURA-1225) value is based on firmware flood limit based on baudrate --- 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 fe485fb8ea..7db1583a96 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -1971,7 +1971,7 @@ "type": "float", "unit": "1/mm", "default": 1.25, - "min_value": "0", + "min_value": "0.008", "min_value_warning": "0.1", "max_value_warning": "10", "max_value": "2 / magic_fuzzy_skin_thickness",