mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Fix spelling
This commit is contained in:
parent
6232f694c5
commit
1016564df0
1 changed files with 3 additions and 2 deletions
|
@ -369,8 +369,9 @@ class PrintInformation(QObject):
|
|||
def baseName(self):
|
||||
return self._base_name
|
||||
|
||||
## Created an acronymn-like abbreviated machine name from the currently active machine name
|
||||
# Called each time the global stack is switched
|
||||
## Created an acronym-like abbreviated machine name from the currently
|
||||
# active machine name.
|
||||
# Called each time the global stack is switched.
|
||||
def _setAbbreviatedMachineName(self):
|
||||
global_container_stack = self._application.getGlobalContainerStack()
|
||||
if not global_container_stack:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue