mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Update job name when pre-sliced flag changes
CURA-5246
This commit is contained in:
parent
407b453ba5
commit
83c728c89e
1 changed files with 1 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ class PrintInformation(QObject):
|
||||||
|
|
||||||
def setPreSliced(self, pre_sliced):
|
def setPreSliced(self, pre_sliced):
|
||||||
self._pre_sliced = pre_sliced
|
self._pre_sliced = pre_sliced
|
||||||
|
self._updateJobName()
|
||||||
self.preSlicedChanged.emit()
|
self.preSlicedChanged.emit()
|
||||||
|
|
||||||
@pyqtProperty(Duration, notify = currentPrintTimeChanged)
|
@pyqtProperty(Duration, notify = currentPrintTimeChanged)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue