mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Add missing return
This caused the slicing to not be correctly aborted when the primetower was in the wrong location CURA-8499
This commit is contained in:
parent
e9e34b5448
commit
43fd38e48e
1 changed files with 1 additions and 0 deletions
|
@ -468,6 +468,7 @@ class CuraEngineBackend(QObject, Backend):
|
|||
self._error_message.show()
|
||||
self.setState(BackendState.Error)
|
||||
self.backendError.emit(job)
|
||||
return
|
||||
else:
|
||||
self.setState(BackendState.NotStarted)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue