diff --git a/plugins/UM3NetworkPrinting/NetworkPrinterOutputDevice.py b/plugins/UM3NetworkPrinting/NetworkPrinterOutputDevice.py index 19d2d5e893..58b62217f0 100755 --- a/plugins/UM3NetworkPrinting/NetworkPrinterOutputDevice.py +++ b/plugins/UM3NetworkPrinting/NetworkPrinterOutputDevice.py @@ -530,6 +530,9 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice): if self._post_reply is None: return + # Indicate uploading was finished (so another file can be send) + self._write_finished = True + try: try: self._post_reply.uploadProgress.disconnect(self._onUploadProgress)