mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
JSON: fix: hide alternate skin rotation when skin pattern is concentric (CURA-1235)
This commit is contained in:
parent
c1e0b38b8e
commit
efdd92d358
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue