mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 19:28:07 -06:00
Fix comments for createQualityChanges()
This commit is contained in:
parent
0944653412
commit
6cae82a64e
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue