mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 07:09:02 +08: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
@ -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…
x
Reference in New Issue
Block a user