mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:19:05 +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()
|
settings_keys = quality_group.getAllKeys()
|
||||||
quality_containers = [quality_node.getContainer()]
|
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 quality_changes_group is not None:
|
||||||
if self._selected_position == "":
|
if self._selected_position == "":
|
||||||
quality_changes_node = quality_changes_group.node_for_global
|
quality_changes_node = quality_changes_group.node_for_global
|
||||||
|
Loading…
x
Reference in New Issue
Block a user