mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 03:59:04 +08:00
Update job name when pre-sliced flag changes
CURA-5246
This commit is contained in:
parent
407b453ba5
commit
83c728c89e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user