Update job name when pre-sliced flag changes

CURA-5246
This commit is contained in:
Lipu Fei 2018-04-18 10:24:55 +02:00
parent 407b453ba5
commit 83c728c89e

View file

@ -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)