mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-27 12:51:07 -07:00
Merge branch '4.11' of github.com:Ultimaker/Cura
This commit is contained in:
commit
b2c6063b61
1 changed files with 1 additions and 0 deletions
|
|
@ -468,6 +468,7 @@ class CuraEngineBackend(QObject, Backend):
|
||||||
self._error_message.show()
|
self._error_message.show()
|
||||||
self.setState(BackendState.Error)
|
self.setState(BackendState.Error)
|
||||||
self.backendError.emit(job)
|
self.backendError.emit(job)
|
||||||
|
return
|
||||||
else:
|
else:
|
||||||
self.setState(BackendState.NotStarted)
|
self.setState(BackendState.NotStarted)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue