mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 10:49:03 +08:00
Add doc for _setEmptyQuality()
This commit is contained in:
parent
bb04afa2ab
commit
413e4ca55d
@ -817,6 +817,10 @@ class MachineManager(QObject):
|
|||||||
|
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
#
|
||||||
|
# Sets all quality and quality_changes containers to empty_quality and empty_quality_changes containers
|
||||||
|
# for all stacks in the currently active machine.
|
||||||
|
#
|
||||||
def _setEmptyQuality(self):
|
def _setEmptyQuality(self):
|
||||||
self._current_quality_group = None
|
self._current_quality_group = None
|
||||||
self._current_quality_changes_group = None
|
self._current_quality_changes_group = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user