mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Remove unnecessary comments in getQualityGroupsForMachineDefinition()
This commit is contained in:
parent
e340f8e534
commit
fc36df2bea
1 changed files with 0 additions and 1 deletions
|
|
@ -310,7 +310,6 @@ class QualityManager(QObject):
|
||||||
return quality_group_dict
|
return quality_group_dict
|
||||||
|
|
||||||
def getQualityGroupsForMachineDefinition(self, machine: "GlobalStack") -> dict:
|
def getQualityGroupsForMachineDefinition(self, machine: "GlobalStack") -> dict:
|
||||||
# Get machine definition ID for quality search
|
|
||||||
machine_definition_id = getMachineDefinitionIDForQualitySearch(machine)
|
machine_definition_id = getMachineDefinitionIDForQualitySearch(machine)
|
||||||
|
|
||||||
# To find the quality container for the GlobalStack, check in the following fall-back manner:
|
# To find the quality container for the GlobalStack, check in the following fall-back manner:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue