fix: can now insert negative mold angle values (CURA-3512)

This commit is contained in:
Tim Kuipers 2017-03-15 16:21:42 +01:00
parent 09855bc21c
commit 999e59be66

View file

@ -4137,7 +4137,8 @@
"description": "The angle of overhang of the outer walls created for the mold. 0° will make the outer shell of the mold vertical, while 90° will make the outside of the model follow the contour of the model.",
"unit": "°",
"type": "float",
"minimum_value": "0",
"minimum_value": "-89",
"minimum_value_warning": "0",
"maximum_value_warning": "support_angle",
"maximum_value": "90",
"default_value": 40,