mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-21 20:19:32 +08:00
Setting an empty printjob name no longer causes a single prefix to be added.
CURA-3387
This commit is contained in:
parent
033c08d3ff
commit
9ceda261b7
@ -200,6 +200,8 @@ class PrintInformation(QObject):
|
||||
|
||||
@pyqtSlot(str, result = str)
|
||||
def createJobName(self, base_name):
|
||||
if base_name == "":
|
||||
return ""
|
||||
base_name = self._stripAccents(base_name)
|
||||
self._setAbbreviatedMachineName()
|
||||
if self._pre_sliced:
|
||||
|
Loading…
x
Reference in New Issue
Block a user