mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:28:59 +08:00
Load the CuraEngineBackend in PrinterApplication
This commit is contained in:
parent
629ca54613
commit
b132b5db20
@ -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…
x
Reference in New Issue
Block a user