mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
JSON: default cone angle inversed to get less support by default (CURA-869)
This commit is contained in:
parent
f8aa4cdade
commit
42e6d88e7f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue