mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Disable material if not compatible
Similar to how it's displayed in the printer. Contributes to issue CURA-5460.
This commit is contained in:
parent
16226bdd48
commit
c0fc0a7eba
5 changed files with 12 additions and 7 deletions
|
@ -22,6 +22,7 @@ Menu
|
|||
text: model.name
|
||||
checkable: true
|
||||
checked: model.root_material_id == Cura.MachineManager.currentRootMaterialId[extruderIndex]
|
||||
enabled: model.compatible
|
||||
exclusiveGroup: group
|
||||
onTriggered:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue