mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-17 01:25:54 +08:00
Add TODO for progress messages
This commit is contained in:
parent
5db6bd9a9b
commit
90ec3f6cf9
@ -359,6 +359,7 @@ class CloudOutputDevice(NetworkedPrinterOutputDevice):
|
|||||||
self.writeError.emit()
|
self.writeError.emit()
|
||||||
return
|
return
|
||||||
|
|
||||||
|
# TODO: add progress messages so we have visual feedback when uploading to cloud
|
||||||
# TODO: Multipart upload
|
# TODO: Multipart upload
|
||||||
job_response = JobUploadResponse(**response.get("data"))
|
job_response = JobUploadResponse(**response.get("data"))
|
||||||
Logger.log("i", "Print job created successfully: %s", job_response.__dict__)
|
Logger.log("i", "Print job created successfully: %s", job_response.__dict__)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user