mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-30 22:31:21 -07:00
Hide setting when support pattern is set to concentric...
because it has no influence on the concentric pattern
This commit is contained in:
parent
b9ac567123
commit
ac2125c3a5
1 changed files with 1 additions and 1 deletions
|
|
@ -3882,7 +3882,7 @@
|
|||
"minimum_value": "-90",
|
||||
"maximum_value": "90",
|
||||
"default_value": 0,
|
||||
"enabled": "support_enable",
|
||||
"enabled": "support_enable and support_pattern != 'concentric' and support_infill_rate > 0",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue