JSON: fix: hide alternate skin rotation when skin pattern is concentric (CURA-1235)

This commit is contained in:
Tim Kuipers 2016-04-04 14:27:19 +02:00
parent c1e0b38b8e
commit efdd92d358

View File

@ -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.", "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", "type": "boolean",
"default": false, "default": false,
"visible": false "visible": false,
"enabled": "top_bottom_pattern != \"concentric\""
}, },
"support_conical_enabled": { "support_conical_enabled": {
"label": "Conical Support", "label": "Conical Support",