mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 23:35:57 +08:00
Always emit a progress of 1.0 once we have finished slicing
Contributes to Asana issue 39317829262610
This commit is contained in:
parent
56a6467491
commit
f6f3eba3ff
@ -209,6 +209,7 @@ class CuraEngineBackend(Backend):
|
||||
|
||||
def _onObjectPrintTimeMessage(self, message):
|
||||
self.printDurationMessage.emit(message.time, message.material_amount)
|
||||
self.processingProgress.emit(1.0)
|
||||
|
||||
def _createSocket(self):
|
||||
super()._createSocket()
|
||||
|
Loading…
x
Reference in New Issue
Block a user