mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Put material selection in warning state for unsupported materials
CURA-2271
This commit is contained in:
parent
608248bec8
commit
99ca2f7752
1 changed files with 2 additions and 0 deletions
|
|
@ -244,6 +244,8 @@ Column
|
|||
}
|
||||
|
||||
}
|
||||
property var valueWarning: Cura.MachineManager.activeQualityId == "empty_quality"
|
||||
|
||||
enabled: !extrudersList.visible || base.currentExtruderIndex > -1
|
||||
|
||||
height: UM.Theme.getSize("setting_control").height
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue