mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-31 02:11:59 +08:00
Load all storage plugins in the printer application
This commit is contained in:
parent
8ad7b5546e
commit
6167788382
@ -6,6 +6,8 @@ class PrinterApplication(WxApplication):
|
|||||||
super(PrinterApplication, self).__init__()
|
super(PrinterApplication, self).__init__()
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
|
self._plugin_registry.loadPlugins({ "type": "StorageDevice" })
|
||||||
|
|
||||||
window = MainWindow("Cura Printer")
|
window = MainWindow("Cura Printer")
|
||||||
window.Show()
|
window.Show()
|
||||||
super(PrinterApplication, self).run()
|
super(PrinterApplication, self).run()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user