Load the CuraEngineBackend in PrinterApplication

This commit is contained in:
Arjen Hiemstra 2015-01-09 17:31:38 +01:00
parent 629ca54613
commit b132b5db20

View file

@ -28,6 +28,8 @@ class PrinterApplication(QtApplication):
self._plugin_registry.loadPlugins({ "type": "MeshHandler" })
self._plugin_registry.loadPlugins({ "type": "Tool" })
self._plugin_registry.loadPlugin('CuraEngineBackend')
controller = self.getController()
controller.setActiveView("MeshView")