mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Call the parseArguments method so we actually parse the command line arguments during start
This commit is contained in:
parent
01bfe8410b
commit
19754599b7
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ class PrinterApplication(QtApplication):
|
|||
self._plugin_registry.loadPlugin('CuraEngineBackend')
|
||||
|
||||
def run(self):
|
||||
self.parseArguments()
|
||||
|
||||
controller = self.getController()
|
||||
|
||||
controller.setActiveView("MeshView")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue