mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Fix sending another file after aborting an upload - CURA-4398
This commit is contained in:
parent
d3b1563369
commit
6c51034e5f
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue