mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 15:37:27 -06:00
Added more logging
This commit is contained in:
parent
0d5621e148
commit
d10c88d148
1 changed files with 2 additions and 1 deletions
|
@ -7,10 +7,11 @@ class PrinterApplication(QtApplication):
|
|||
super(PrinterApplication, self).__init__()
|
||||
|
||||
def run(self):
|
||||
self._plugin_registry.loadPlugins({ "type": "Logger"})
|
||||
self._plugin_registry.loadPlugins({ "type": "StorageDevice" })
|
||||
self._plugin_registry.loadPlugins({ "type": "View" })
|
||||
self._plugin_registry.loadPlugins({ "type": "MeshHandler" })
|
||||
self._plugin_registry.loadPlugins({ "type": "Logger"})
|
||||
|
||||
|
||||
self.getController().setActiveView("MeshView")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue