mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 07:56:11 +08:00
Call the parseArguments method so we actually parse the command line arguments during start
This commit is contained in:
parent
01bfe8410b
commit
19754599b7
@ -34,6 +34,8 @@ class PrinterApplication(QtApplication):
|
|||||||
self._plugin_registry.loadPlugin('CuraEngineBackend')
|
self._plugin_registry.loadPlugin('CuraEngineBackend')
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
|
self.parseArguments()
|
||||||
|
|
||||||
controller = self.getController()
|
controller = self.getController()
|
||||||
|
|
||||||
controller.setActiveView("MeshView")
|
controller.setActiveView("MeshView")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user