mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Also emit a back-end slicing error when the job result is an actual error
This commit is contained in:
parent
6433619b2f
commit
41dec889ac
1 changed files with 1 additions and 0 deletions
|
@ -290,6 +290,7 @@ class CuraEngineBackend(QObject, Backend):
|
|||
self._start_slice_job = None
|
||||
|
||||
if job.isCancelled() or job.getError() or job.getResult() == StartSliceJob.StartJobResult.Error:
|
||||
self.backendStateChange.emit(BackendState.Error)
|
||||
return
|
||||
|
||||
if job.getResult() == StartSliceJob.StartJobResult.MaterialIncompatible:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue