mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Remove TODO
Was done in previous commit, but I already pushed so no more --amend now. Contributes to issue CURA-6600.
This commit is contained in:
parent
fc679758ef
commit
80e79f6e7e
1 changed files with 0 additions and 1 deletions
|
@ -78,7 +78,6 @@ class IntentManager(QObject):
|
|||
# even though there should always be defaults. The problem then is what to do with the quality_types.
|
||||
# Currently _also_ inconsistent with 'currentAvailableIntentCategories', which _does_ return default.
|
||||
quality_groups = ContainerTree.getInstance().getCurrentQualityGroups()
|
||||
# TODO: These quality nodes in that tree already contain the intent nodes. We can optimise this.
|
||||
available_quality_types = {quality_group.quality_type for quality_group in quality_groups.values() if quality_group.node_for_global is not None}
|
||||
|
||||
final_intent_ids = set() # type: Set[str]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue