mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 04:35:53 +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')
|
||||
|
||||
def run(self):
|
||||
self.parseArguments()
|
||||
|
||||
controller = self.getController()
|
||||
|
||||
controller.setActiveView("MeshView")
|
||||
|
Loading…
x
Reference in New Issue
Block a user