mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 16:57:51 -06:00
Fixed FileLogger
This commit is contained in:
parent
3433597aac
commit
0c82cb92b5
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class PrinterApplication(QtApplication):
|
|||
self._plugin_registry.loadPlugins({ "type": "StorageDevice" })
|
||||
self._plugin_registry.loadPlugins({ "type": "View" })
|
||||
self._plugin_registry.loadPlugins({ "type": "MeshHandler" })
|
||||
self._plugin_registry.loadPlugins({ "type": "Logging"}
|
||||
self._plugin_registry.loadPlugins({ "type": "Logging"})
|
||||
|
||||
self.getController().setActiveView("MeshView")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue