mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -06:00
Show user profiles based on Not Supported
CURA-4807
This commit is contained in:
parent
abece3c415
commit
8a570c4b01
3 changed files with 13 additions and 2 deletions
|
@ -107,7 +107,7 @@ class QualitySettingsModel(UM.Qt.ListModel.ListModel):
|
|||
else:
|
||||
quality_changes_container = containers[0]
|
||||
|
||||
if quality_changes_container.getMetaDataEntry("quality_type") == "not_supported":
|
||||
if quality_changes_container.getMetaDataEntry("quality_type") == self._empty_quality.getMetaDataEntry("quality_type"):
|
||||
quality_container = self._empty_quality
|
||||
else:
|
||||
criteria = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue