mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-21 12:09:13 +08:00
JSON: fix: cone angle sign inverted compared to description (CURA-869)
This commit is contained in:
parent
1e7de43934
commit
a168eab140
@ -1296,8 +1296,10 @@
|
|||||||
"unit": "°",
|
"unit": "°",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"min_value": "-90",
|
"min_value": "-90",
|
||||||
|
"min_value_warning": "-45",
|
||||||
|
"max_value_warning": "45",
|
||||||
"max_value": "90",
|
"max_value": "90",
|
||||||
"default": -30,
|
"default": 30,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"enabled": "support_conical_enabled and support_enable"
|
"enabled": "support_conical_enabled and support_enable"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user