diff --git a/cura/PrintInformation.py b/cura/PrintInformation.py index 6d73489448..d0e9e43e3f 100644 --- a/cura/PrintInformation.py +++ b/cura/PrintInformation.py @@ -138,6 +138,7 @@ class PrintInformation(QObject): def setPreSliced(self, pre_sliced): self._pre_sliced = pre_sliced + self._updateJobName() self.preSlicedChanged.emit() @pyqtProperty(Duration, notify = currentPrintTimeChanged)