mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 07:15:58 +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()
|
||||
return
|
||||
|
||||
# TODO: add progress messages so we have visual feedback when uploading to cloud
|
||||
# TODO: Multipart upload
|
||||
job_response = JobUploadResponse(**response.get("data"))
|
||||
Logger.log("i", "Print job created successfully: %s", job_response.__dict__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user