mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -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__()
|
||||
|
||||
def run(self):
|
||||
self._plugin_registry.loadPlugins({ "type": "StorageDevice" })
|
||||
|
||||
window = MainWindow("Cura Printer")
|
||||
window.Show()
|
||||
super(PrinterApplication, self).run()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue