mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Update job name prefix when machine is changed
CURA-4305
This commit is contained in:
parent
7efe3a3b9e
commit
4507f6c8e2
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ class PrintInformation(QObject):
|
|||
self._abbr_machine = ""
|
||||
self._job_name = ""
|
||||
|
||||
Application.getInstance().globalContainerStackChanged.connect(self._setAbbreviatedMachineName)
|
||||
Application.getInstance().globalContainerStackChanged.connect(self._updateJobName)
|
||||
Application.getInstance().fileLoaded.connect(self.setBaseName)
|
||||
|
||||
Preferences.getInstance().preferenceChanged.connect(self._onPreferencesChanged)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue