Connected tool operation events (again?)

Fixes Ultimaker/Cura#418
This commit is contained in:
Jaime van Kessel 2015-09-22 11:52:04 +02:00
parent 3b7a5f65c6
commit f8d677eee8

View file

@ -77,6 +77,8 @@ class CuraEngineBackend(Backend):
self._message = None
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.
# This is usefull for debugging and used to actually start the engine