mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Add TODO for progress messages
This commit is contained in:
parent
5db6bd9a9b
commit
90ec3f6cf9
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue