From d54b24ac86439fe9ae9d9915e70848e66dec99fb Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 29 Feb 2016 10:42:10 +0100 Subject: [PATCH] Make conical support invisible by default It is considered an 'expert setting' since it is fairly experimental. Contributes to issue CURA-942. --- resources/machines/fdmprinter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index 555d74a053..b90fd5348a 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -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": {