Merge pull request #3031 from Ultimaker/feature_headless_docker

Feature headless
This commit is contained in:
ChrisTerBeke 2018-01-19 10:31:20 +01:00 committed by GitHub
commit fb8aa08c6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 138 additions and 79 deletions

View file

@ -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: