mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Load the CuraEngineBackend in PrinterApplication
This commit is contained in:
parent
629ca54613
commit
b132b5db20
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue