mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:59:12 +08:00
Properly ignore Arcus debug messages
This commit is contained in:
parent
823ab61cc5
commit
7971ffdc08
@ -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…
x
Reference in New Issue
Block a user