mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
fix: 90 mold angle now possible (CURA-3512)
This commit is contained in:
parent
a46e84939b
commit
09855bc21c
1 changed files with 1 additions and 1 deletions
|
@ -4139,7 +4139,7 @@
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"maximum_value_warning": "support_angle",
|
"maximum_value_warning": "support_angle",
|
||||||
"maximum_value": "89",
|
"maximum_value": "90",
|
||||||
"default_value": 40,
|
"default_value": 40,
|
||||||
"settable_per_mesh": true,
|
"settable_per_mesh": true,
|
||||||
"enabled": "mold_enabled"
|
"enabled": "mold_enabled"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue