mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-17 03:25:55 +08:00
Merge branch '3.0' of github.com:Ultimaker/Cura into 3.0
This commit is contained in:
commit
daad5a3a97
@ -530,6 +530,9 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
|||||||
if self._post_reply is None:
|
if self._post_reply is None:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
# Indicate uploading was finished (so another file can be send)
|
||||||
|
self._write_finished = True
|
||||||
|
|
||||||
try:
|
try:
|
||||||
try:
|
try:
|
||||||
self._post_reply.uploadProgress.disconnect(self._onUploadProgress)
|
self._post_reply.uploadProgress.disconnect(self._onUploadProgress)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user