mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Add doc for _setEmptyQuality()
This commit is contained in:
parent
bb04afa2ab
commit
413e4ca55d
1 changed files with 4 additions and 0 deletions
|
@ -817,6 +817,10 @@ class MachineManager(QObject):
|
|||
|
||||
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):
|
||||
self._current_quality_group = None
|
||||
self._current_quality_changes_group = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue