mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:25:51 +08:00
JSON fix: negative angles for conical overhang are possible (CURA-1412)
This commit is contained in:
parent
df780023ed
commit
6cdab33eb6
@ -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.",
|
"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": "°",
|
"unit": "°",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"minimum_value": "0",
|
"minimum_value": "-89",
|
||||||
|
"minimum_value_warning": "0",
|
||||||
"maximum_value": "89",
|
"maximum_value": "89",
|
||||||
"default_value": 50,
|
"default_value": 50,
|
||||||
"enabled": "conical_overhang_enabled"
|
"enabled": "conical_overhang_enabled"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user