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:
Ghostkeeper 2016-02-29 10:42:10 +01:00
parent 257242b783
commit d54b24ac86

View File

@ -1287,7 +1287,7 @@
"description": "Experimental feature: Make support areas smaller at the bottom than at the overhang.", "description": "Experimental feature: Make support areas smaller at the bottom than at the overhang.",
"type": "boolean", "type": "boolean",
"default": false, "default": false,
"visible": true, "visible": false,
"enabled": "support_enable" "enabled": "support_enable"
}, },
"support_conical_angle": { "support_conical_angle": {