mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
fix: can now insert negative mold angle values (CURA-3512)
This commit is contained in:
parent
09855bc21c
commit
999e59be66
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue