correctly show not supported when any of the extruders has a not supported profile - CURA-4451

This commit is contained in:
ChrisTerBeke 2017-10-25 15:57:53 +02:00
parent 9b62b48509
commit 88ffe0d358
6 changed files with 17 additions and 13 deletions

View file

@ -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