mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Revert "global_profile" reference changes while refixing import
CURA-2518 and CURA-2478
This commit is contained in:
parent
85d1fa8a39
commit
6d0da0d754
4 changed files with 17 additions and 43 deletions
|
@ -44,9 +44,6 @@ class QualityManager:
|
|||
criteria = {"type": "quality_changes", "name": quality_changes_name}
|
||||
result = self._getFilteredContainersForStack(machine_definition, [], **criteria)
|
||||
|
||||
criteria = {"type": "quality_changes", "global_profile": quality_changes_name}
|
||||
result.extend(self._getFilteredContainersForStack(machine_definition, [], **criteria))
|
||||
|
||||
return result
|
||||
|
||||
## Fetch the list of available quality types for this combination of machine definition and materials.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue