mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
JSON fix: negative angles for conical overhang are possible (CURA-1412)
This commit is contained in:
parent
df780023ed
commit
6cdab33eb6
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue