mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
correctly show not supported when any of the extruders has a not supported profile - CURA-4451
This commit is contained in:
parent
9b62b48509
commit
88ffe0d358
6 changed files with 17 additions and 13 deletions
|
|
@ -17,7 +17,7 @@ Menu
|
|||
|
||||
MenuItem
|
||||
{
|
||||
text: model.name + " - " + model.layer_height
|
||||
text: (model.layer_height != "") ? model.name + " - " + model.layer_height : model.name
|
||||
checkable: true
|
||||
checked: Cura.MachineManager.activeQualityId == model.id
|
||||
exclusiveGroup: group
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue