From 8a4ea5c710e9687d2286b91b176f3ccb36e44e76 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 8 Jul 2016 15:26:41 +0200 Subject: [PATCH] Added warnings to top/bottom thickness if it exceeds machine height CURA-1706 --- resources/definitions/fdmprinter.def.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 79d08749cb..43014a32fc 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -582,6 +582,7 @@ "default_value": 0.8, "minimum_value": "0", "minimum_value_warning": "0.6", + "maximum_value_warning": "machine_height", "type": "float", "settable_per_mesh": true, "children": @@ -593,7 +594,7 @@ "unit": "mm", "default_value": 0.8, "minimum_value": "0", - "maximum_value_warning": "100", + "maximum_value_warning": "machine_height", "type": "float", "value": "top_bottom_thickness", "settable_per_mesh": true, @@ -621,6 +622,7 @@ "minimum_value": "0", "type": "float", "value": "top_bottom_thickness", + "maximum_value_warning": "machine_height", "settable_per_mesh": true, "children": {