mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 01:07:52 -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.Qt.QtApplication import QtApplication
|
||||||
from Cura.Scene.SceneObject import SceneObject
|
from Cura.Scene.SceneObject import SceneObject
|
||||||
|
|
||||||
import os.path
|
import os.path
|
||||||
|
|
||||||
class PrinterApplication(QtApplication):
|
class PrinterApplication(QtApplication):
|
||||||
|
@ -11,6 +10,7 @@ class PrinterApplication(QtApplication):
|
||||||
self._plugin_registry.loadPlugins({ "type": "StorageDevice" })
|
self._plugin_registry.loadPlugins({ "type": "StorageDevice" })
|
||||||
self._plugin_registry.loadPlugins({ "type": "View" })
|
self._plugin_registry.loadPlugins({ "type": "View" })
|
||||||
self._plugin_registry.loadPlugins({ "type": "MeshHandler" })
|
self._plugin_registry.loadPlugins({ "type": "MeshHandler" })
|
||||||
|
self._plugin_registry.loadPlugins({ "type": "Logging"}
|
||||||
|
|
||||||
self.getController().setActiveView("MeshView")
|
self.getController().setActiveView("MeshView")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue