mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Seperate the init of jobs and starting
This makes it a lot easier to test them CURA-7959
This commit is contained in:
parent
cf8113608f
commit
7979483e48
3 changed files with 28 additions and 4 deletions
|
@ -541,6 +541,7 @@ class DigitalFactoryController(QObject):
|
|||
on_upload_success = self.uploadFileSuccess.emit,
|
||||
on_upload_finished = self.uploadFileFinished.emit,
|
||||
on_upload_progress = self.uploadFileProgress.emit)
|
||||
self.file_upload_manager.start()
|
||||
|
||||
# Save the project id to make sure it will be preselected the next time the user opens the save dialog
|
||||
self._current_workspace_information.setEntryToStore("digital_factory", "library_project_id", library_project_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue