mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Add comments for quality settings model
This commit is contained in:
parent
2255dc628b
commit
f86c2a2f8a
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ class QualitySettingsModel(ListModel):
|
|||
settings_keys = quality_group.getAllKeys()
|
||||
quality_containers = [quality_node.getContainer()]
|
||||
|
||||
# Here, if the user has selected a quality changes, then "quality_changes_group" will not be None, and we fetch
|
||||
# the settings in that quality_changes_group.
|
||||
if quality_changes_group is not None:
|
||||
if self._selected_position == "":
|
||||
quality_changes_node = quality_changes_group.node_for_global
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue