From 6cdab33eb6a77e13e15bd731c1407944a8fb2493 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Thu, 7 Jul 2016 23:59:19 +0200 Subject: [PATCH] JSON fix: negative angles for conical overhang are possible (CURA-1412) --- resources/definitions/fdmprinter.def.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index d810a2dbcb..bf39807ba3 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -3160,7 +3160,8 @@ "description": "The maximum angle of overhangs after the they have been made printable. At a value of 0° all overhangs are replaced by a piece of model connected to the build plate, 90° will not change the model in any way.", "unit": "°", "type": "float", - "minimum_value": "0", + "minimum_value": "-89", + "minimum_value_warning": "0", "maximum_value": "89", "default_value": 50, "enabled": "conical_overhang_enabled"