mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-04 16:21:47 -07:00
Also show warning icon when the set-up on other extruders is unsupported
So I added a function that checks the support on all extruders and the global stack. Contributes to issue CURA-4148.
This commit is contained in:
parent
165665247f
commit
585c04dfaa
2 changed files with 18 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ Column
|
|||
//sourceSize.height: width + 5
|
||||
|
||||
color: UM.Theme.getColor("setting_validation_warning")
|
||||
visible: !Cura.MachineManager.isActiveQualitySupported
|
||||
visible: !Cura.MachineManager.isCurrentSetupSupported
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue