mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
JSON: fix: cone angle sign inverted compared to description (CURA-869)
This commit is contained in:
parent
1e7de43934
commit
a168eab140
1 changed files with 3 additions and 1 deletions
|
@ -1296,8 +1296,10 @@
|
|||
"unit": "°",
|
||||
"type": "float",
|
||||
"min_value": "-90",
|
||||
"min_value_warning": "-45",
|
||||
"max_value_warning": "45",
|
||||
"max_value": "90",
|
||||
"default": -30,
|
||||
"default": 30,
|
||||
"visible": false,
|
||||
"enabled": "support_conical_enabled and support_enable"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue