mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Re-sending after cancelling print job now really works - CURA-4398
This commit is contained in:
parent
8a25605413
commit
f8a1187a8c
1 changed files with 1 additions and 0 deletions
|
@ -836,6 +836,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
||||||
Logger.log("d", "User aborted sending print to remote.")
|
Logger.log("d", "User aborted sending print to remote.")
|
||||||
self._progress_message.hide()
|
self._progress_message.hide()
|
||||||
self._compressing_print = False
|
self._compressing_print = False
|
||||||
|
self._write_finished = True # post_reply does not always exist, so make sure we unblock writing
|
||||||
if self._post_reply:
|
if self._post_reply:
|
||||||
self._finalizePostReply()
|
self._finalizePostReply()
|
||||||
Application.getInstance().showPrintMonitor.emit(False)
|
Application.getInstance().showPrintMonitor.emit(False)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue