Added extensions as a working plugin type

This commit is contained in:
Jaime van Kessel 2015-04-14 14:31:52 +02:00
parent b82ff11d54
commit f6daca8c53
2 changed files with 28 additions and 2 deletions

View file

@ -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):