mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-04 08:11:09 -07:00
Don't show Infill Overhang Angle if lightning infill is enabled
If the Infill Support setting was enabled but still hidden by Lightning Infill, this sub-setting could still be shown. Contributes to issue CURA-8550.
This commit is contained in:
parent
17011e4991
commit
363aa765f5
1 changed files with 1 additions and 1 deletions
|
|
@ -2142,7 +2142,7 @@
|
||||||
"minimum_value_warning": "2",
|
"minimum_value_warning": "2",
|
||||||
"maximum_value": "90",
|
"maximum_value": "90",
|
||||||
"default_value": 40,
|
"default_value": 40,
|
||||||
"enabled": "infill_sparse_density > 0 and infill_support_enabled",
|
"enabled": "infill_pattern != 'lightning' and infill_sparse_density > 0 and infill_support_enabled",
|
||||||
"limit_to_extruder": "infill_extruder_nr",
|
"limit_to_extruder": "infill_extruder_nr",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue