mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 03:04:23 +08:00
Don't set an active tool on application start
This commit is contained in:
parent
d9374d5154
commit
3c4250c6fb
@ -16,9 +16,7 @@ class PrinterApplication(QtApplication):
|
||||
self._plugin_registry.loadPlugins({ "type": "MeshHandler" })
|
||||
self._plugin_registry.loadPlugins({ "type": "Tool" })
|
||||
|
||||
|
||||
self.getController().setActiveView("MeshView")
|
||||
self.getController().setActiveTool("TransformTool")
|
||||
|
||||
root = self.getController().getScene().getRoot()
|
||||
mesh = SceneNode(root)
|
||||
|
Loading…
x
Reference in New Issue
Block a user