mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Merge pull request #3031 from Ultimaker/feature_headless_docker
Feature headless
This commit is contained in:
commit
fb8aa08c6a
7 changed files with 138 additions and 79 deletions
|
@ -291,6 +291,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