From 63ea940680d4fad8c911cfa1db5db636231ca167 Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Wed, 9 Aug 2017 08:39:05 +0200 Subject: [PATCH] Add minimum_value 0 for raft_smoothing CURA-3854 --- resources/definitions/fdmprinter.def.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index f38d79a4ca..0c5ca15a63 100755 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -4109,6 +4109,7 @@ "unit": "mm", "type": "float", "default_value": 5, + "minimum_value": "0", "minimum_value_warning": "raft_interface_line_width", "enabled": "resolveOrValue('adhesion_type') == 'raft'", "limit_to_extruder": "adhesion_extruder_nr",