mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
parent
3b7a5f65c6
commit
f8d677eee8
1 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,8 @@ class CuraEngineBackend(Backend):
|
||||||
self._message = None
|
self._message = None
|
||||||
|
|
||||||
self.backendConnected.connect(self._onBackendConnected)
|
self.backendConnected.connect(self._onBackendConnected)
|
||||||
|
Application.getInstance().getController().toolOperationStarted.connect(self._onToolOperationStarted)
|
||||||
|
Application.getInstance().getController().toolOperationStopped.connect(self._onToolOperationStopped)
|
||||||
|
|
||||||
## Get the command that is used to call the engine.
|
## Get the command that is used to call the engine.
|
||||||
# This is usefull for debugging and used to actually start the engine
|
# This is usefull for debugging and used to actually start the engine
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue