mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 01:37:51 -06:00
Properly ignore Arcus debug messages
This commit is contained in:
parent
823ab61cc5
commit
7971ffdc08
1 changed files with 3 additions and 0 deletions
|
@ -252,6 +252,9 @@ class CuraEngineBackend(Backend):
|
||||||
return
|
return
|
||||||
|
|
||||||
super()._onSocketError(error)
|
super()._onSocketError(error)
|
||||||
|
if error.getErrorCode() == Arcus.ErrorCode.Debug:
|
||||||
|
return
|
||||||
|
|
||||||
self._terminate()
|
self._terminate()
|
||||||
|
|
||||||
if error.getErrorCode() not in [Arcus.ErrorCode.BindFailedError, Arcus.ErrorCode.ConnectionResetError, Arcus.ErrorCode.Debug]:
|
if error.getErrorCode() not in [Arcus.ErrorCode.BindFailedError, Arcus.ErrorCode.ConnectionResetError, Arcus.ErrorCode.Debug]:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue