mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 02:26:10 +08:00
JSON: fix: hide alternate skin rotation when skin pattern is concentric (CURA-1235)
This commit is contained in:
parent
c1e0b38b8e
commit
efdd92d358
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user