mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 23:16:06 +08:00
JSON: default cone angle inversed to get less support by default (CURA-869)
This commit is contained in:
parent
f8aa4cdade
commit
42e6d88e7f
@ -1303,7 +1303,7 @@
|
|||||||
"type": "float",
|
"type": "float",
|
||||||
"min_value": "-90",
|
"min_value": "-90",
|
||||||
"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