mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:18:58 +08: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
@ -2142,7 +2142,7 @@
|
||||
"minimum_value_warning": "2",
|
||||
"maximum_value": "90",
|
||||
"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",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user