Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfieldOfView <aldo@fieldofview.com>2016-10-04 17:41:28 +0300
committerfieldOfView <aldo@fieldofview.com>2016-10-04 18:21:33 +0300
commit6d0da0d754a53c8070b78fb32b1dcf2791c5c3c6 (patch)
tree0c56d554c790178a08af434b6e48d19ff2e599c3 /cura/QualityManager.py
parent85d1fa8a390e715f38ddf9f680acb4337a469a66 (diff)
Revert "global_profile" reference changes while refixing import
CURA-2518 and CURA-2478
Diffstat (limited to 'cura/QualityManager.py')
-rw-r--r--cura/QualityManager.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/cura/QualityManager.py b/cura/QualityManager.py
index fb3a623466..e84c83d1dd 100644
--- a/cura/QualityManager.py
+++ b/cura/QualityManager.py
@@ -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.