mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
Make conical support invisible by default
It is considered an 'expert setting' since it is fairly experimental. Contributes to issue CURA-942.
This commit is contained in:
parent
257242b783
commit
d54b24ac86
1 changed files with 1 additions and 1 deletions
|
@ -1287,7 +1287,7 @@
|
|||
"description": "Experimental feature: Make support areas smaller at the bottom than at the overhang.",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"visible": true,
|
||||
"visible": false,
|
||||
"enabled": "support_enable"
|
||||
},
|
||||
"support_conical_angle": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue