Added few more deprecation warnings for functions that bloat the machine manager

This commit is contained in:
Jaime van Kessel 2019-06-07 14:57:32 +02:00
parent 8907a624e1
commit 05a5f66856
3 changed files with 15 additions and 12 deletions

View file

@ -202,9 +202,6 @@ class QualityManager(QObject):
def getQualityGroups(self, machine: "GlobalStack") -> Dict[str, QualityGroup]:
machine_definition_id = getMachineDefinitionIDForQualitySearch(machine.definition)
# This determines if we should only get the global qualities for the global stack and skip the global qualities for the extruder stacks
has_machine_specific_qualities = machine.getHasMachineQuality()
# To find the quality container for the GlobalStack, check in the following fall-back manner:
# (1) the machine-specific node
# (2) the generic node