mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 15:37:27 -06:00
Added extensions as a working plugin type
This commit is contained in:
parent
b82ff11d54
commit
f6daca8c53
2 changed files with 28 additions and 2 deletions
|
@ -64,6 +64,7 @@ class PrinterApplication(QtApplication):
|
|||
self._plugin_registry.loadPlugins({ "type": "mesh_writer" })
|
||||
self._plugin_registry.loadPlugins({ "type": "tool" })
|
||||
|
||||
self._plugin_registry.loadPlugin('USBPrinting')
|
||||
self._plugin_registry.loadPlugin('CuraEngineBackend')
|
||||
|
||||
def run(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue