mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 22:39:02 +08:00
Add comments for quality settings model
This commit is contained in:
parent
2255dc628b
commit
f86c2a2f8a
@ -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…
x
Reference in New Issue
Block a user