Load all storage plugins in the printer application

This commit is contained in:
Arjen Hiemstra 2014-11-13 09:30:32 +01:00
parent 8ad7b5546e
commit 6167788382

View file

@ -6,6 +6,8 @@ class PrinterApplication(WxApplication):
super(PrinterApplication, self).__init__()
def run(self):
self._plugin_registry.loadPlugins({ "type": "StorageDevice" })
window = MainWindow("Cura Printer")
window.Show()
super(PrinterApplication, self).run()