mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 16:57:51 -06:00
Fix job name
This commit is contained in:
parent
1ec2ac4118
commit
7398f08b27
2 changed files with 3 additions and 4 deletions
|
@ -194,7 +194,6 @@ class CloudOutputDevice(UltimakerNetworkedPrinterOutputDevice):
|
|||
## Handler for when the print job was created locally.
|
||||
# It can now be sent over the cloud.
|
||||
def _onPrintJobCreated(self, job: WriteFileJob) -> None:
|
||||
self._progress.show()
|
||||
self._tool_path = job.getOutput()
|
||||
request = CloudPrintJobUploadRequest(
|
||||
job_name=job.getFileName(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue