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

@ -91,7 +91,6 @@ class ProfilesModel(InstanceContainersModel):
# If not qualities are found we dynamically create a not supported container for this machine + material combination
not_supported_container = ContainerRegistry.getInstance().findContainers(id = "empty_quality")[0]
result.append(not_supported_container)
# return result
return result