mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:09:01 +08:00
Fixed FileLogger
This commit is contained in:
parent
3433597aac
commit
0c82cb92b5
@ -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…
x
Reference in New Issue
Block a user