mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 14:45:55 +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.",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"visible": false
|
||||
"visible": false,
|
||||
"enabled": "top_bottom_pattern != \"concentric\""
|
||||
},
|
||||
"support_conical_enabled": {
|
||||
"label": "Conical Support",
|
||||
|
Loading…
x
Reference in New Issue
Block a user