Re-sending after cancelling print job now really works - CURA-4398

This commit is contained in:
ChrisTerBeke 2017-10-09 16:14:02 +02:00
parent 8a25605413
commit f8a1187a8c

View file

@ -836,6 +836,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
Logger.log("d", "User aborted sending print to remote.")
self._progress_message.hide()
self._compressing_print = False
self._write_finished = True # post_reply does not always exist, so make sure we unblock writing
if self._post_reply:
self._finalizePostReply()
Application.getInstance().showPrintMonitor.emit(False)