Browse Source

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

ChrisTerBeke 7 years ago
parent
commit
f8a1187a8c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/UM3NetworkPrinting/NetworkPrinterOutputDevice.py

+ 1 - 0
plugins/UM3NetworkPrinting/NetworkPrinterOutputDevice.py

@@ -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)