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