mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 01:49:03 +08:00
Fix comments for createQualityChanges()
This commit is contained in:
parent
0944653412
commit
6cae82a64e
@ -347,8 +347,6 @@ class ContainerManager(QObject):
|
|||||||
# This will go through the global and extruder stacks and create quality_changes containers from
|
# This will go through the global and extruder stacks and create quality_changes containers from
|
||||||
# the user containers in each stack. These then replace the quality_changes containers in the
|
# the user containers in each stack. These then replace the quality_changes containers in the
|
||||||
# stack and clear the user settings.
|
# stack and clear the user settings.
|
||||||
#
|
|
||||||
# \return \type{bool} True if the operation was successfully, False if not.
|
|
||||||
@pyqtSlot(str)
|
@pyqtSlot(str)
|
||||||
def createQualityChanges(self, base_name):
|
def createQualityChanges(self, base_name):
|
||||||
global_stack = Application.getInstance().getGlobalContainerStack()
|
global_stack = Application.getInstance().getGlobalContainerStack()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user