mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-26 23:17:34 -07:00
Merge branch '3.0' of github.com:Ultimaker/Cura into 3.0
This commit is contained in:
commit
daad5a3a97
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