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
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue