mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 01:37:51 -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
|
@ -27,6 +27,8 @@ class PrinterApplication(QtApplication):
|
|||
self._plugin_registry.loadPlugins({ "type": "View" })
|
||||
self._plugin_registry.loadPlugins({ "type": "MeshHandler" })
|
||||
self._plugin_registry.loadPlugins({ "type": "Tool" })
|
||||
|
||||
self._plugin_registry.loadPlugin('CuraEngineBackend')
|
||||
|
||||
controller = self.getController()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue