mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
CURA-4400 optional_extruders cannot be set to disabled extruders anymore
This commit is contained in:
parent
c21b19a910
commit
05cd937df3
3 changed files with 24 additions and 4 deletions
|
@ -215,7 +215,8 @@ SettingItem
|
|||
{
|
||||
text: model.name
|
||||
renderType: Text.NativeRendering
|
||||
color: {
|
||||
color:
|
||||
{
|
||||
if (model.enabled) {
|
||||
UM.Theme.getColor("setting_control_text")
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue