mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 16:18:58 +08:00
Fix spelling
This commit is contained in:
parent
6232f694c5
commit
1016564df0
@ -369,8 +369,9 @@ class PrintInformation(QObject):
|
|||||||
def baseName(self):
|
def baseName(self):
|
||||||
return self._base_name
|
return self._base_name
|
||||||
|
|
||||||
## Created an acronymn-like abbreviated machine name from the currently active machine name
|
## Created an acronym-like abbreviated machine name from the currently
|
||||||
# Called each time the global stack is switched
|
# active machine name.
|
||||||
|
# Called each time the global stack is switched.
|
||||||
def _setAbbreviatedMachineName(self):
|
def _setAbbreviatedMachineName(self):
|
||||||
global_container_stack = self._application.getGlobalContainerStack()
|
global_container_stack = self._application.getGlobalContainerStack()
|
||||||
if not global_container_stack:
|
if not global_container_stack:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user