diff --git a/cura/PrintInformation.py b/cura/PrintInformation.py index 096170ba22..e992b14e06 100644 --- a/cura/PrintInformation.py +++ b/cura/PrintInformation.py @@ -121,6 +121,7 @@ class PrintInformation(QObject): @pyqtSlot(str, result = str) def createJobName(self, base_name): base_name = self._stripAccents(base_name) + self._setAbbreviatedMachineName() if Preferences.getInstance().getValue("cura/jobname_prefix"): return self._abbr_machine + "_" + base_name else: