JSON fix: negative angles for conical overhang are possible (CURA-1412)

This commit is contained in:
Tim Kuipers 2016-07-07 23:59:19 +02:00
parent df780023ed
commit 6cdab33eb6

View file

@ -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"