mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Remove outdated TODOs
This commit is contained in:
parent
632e0469fb
commit
9dcd72fb36
1 changed files with 0 additions and 2 deletions
|
@ -256,7 +256,6 @@ class QualityManager(QObject):
|
||||||
|
|
||||||
# Returns a dict of "custom profile name" -> QualityChangesGroup
|
# Returns a dict of "custom profile name" -> QualityChangesGroup
|
||||||
def getQualityChangesGroups(self, machine: "GlobalStack") -> dict:
|
def getQualityChangesGroups(self, machine: "GlobalStack") -> dict:
|
||||||
# TODO: How to make this simpler?
|
|
||||||
# Get machine definition ID for quality search
|
# Get machine definition ID for quality search
|
||||||
machine_definition_id = getMachineDefinitionIDForQualitySearch(machine)
|
machine_definition_id = getMachineDefinitionIDForQualitySearch(machine)
|
||||||
|
|
||||||
|
@ -280,7 +279,6 @@ class QualityManager(QObject):
|
||||||
return quality_changes_group_dict
|
return quality_changes_group_dict
|
||||||
|
|
||||||
def getQualityGroups(self, machine: "GlobalStack") -> dict:
|
def getQualityGroups(self, machine: "GlobalStack") -> dict:
|
||||||
# TODO: How to make this simpler, including the fall backs.
|
|
||||||
# Get machine definition ID for quality search
|
# Get machine definition ID for quality search
|
||||||
machine_definition_id = getMachineDefinitionIDForQualitySearch(machine)
|
machine_definition_id = getMachineDefinitionIDForQualitySearch(machine)
|
||||||
# This determines if we should only get the global qualities for the global stack and skip the global qualities for the extruder stacks
|
# This determines if we should only get the global qualities for the global stack and skip the global qualities for the extruder stacks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue