mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 16:57:51 -06:00
Added Logger list to application
This commit is contained in:
parent
2601f511f6
commit
3433597aac
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
from Cura.Qt.QtApplication import QtApplication
|
||||
from Cura.Scene.SceneObject import SceneObject
|
||||
|
||||
import os.path
|
||||
|
||||
class PrinterApplication(QtApplication):
|
||||
|
@ -11,6 +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.getController().setActiveView("MeshView")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue