mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-17 03:37:48 -06:00
Load all storage plugins in the printer application
This commit is contained in:
parent
8ad7b5546e
commit
6167788382
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue