From efdd92d358926cbc88fd30b5db587827b2d908d9 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Mon, 4 Apr 2016 14:27:19 +0200 Subject: [PATCH] JSON: fix: hide alternate skin rotation when skin pattern is concentric (CURA-1235) --- resources/machines/fdmprinter.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index 1695df01bc..1e3073647a 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -1905,7 +1905,8 @@ "description": "Alternate the direction in which the top/bottom layers are printed. Normally they are printed diagonally only. This setting adds the X-only and Y-only directions.", "type": "boolean", "default": false, - "visible": false + "visible": false, + "enabled": "top_bottom_pattern != \"concentric\"" }, "support_conical_enabled": { "label": "Conical Support",