mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Fix adding machine prefix
CURA-4276
This commit is contained in:
parent
a365fec1ac
commit
8472830fb9
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ class PrintInformation(QObject):
|
|||
# when a file is opened using the terminal; the filename comes from _onFileLoaded and still contains its
|
||||
# extension. This cuts the extension off if necessary.
|
||||
name = os.path.splitext(name)[0]
|
||||
|
||||
name = self.createJobName(name)
|
||||
if self._job_name != name and (self._job_name == "" or name == ""):
|
||||
self._job_name = name
|
||||
self.jobNameChanged.emit()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue