Call the parseArguments method so we actually parse the command line arguments during start

This commit is contained in:
Arjen Hiemstra 2015-02-12 17:52:49 +01:00
parent 01bfe8410b
commit 19754599b7

View file

@ -34,6 +34,8 @@ class PrinterApplication(QtApplication):
self._plugin_registry.loadPlugin('CuraEngineBackend')
def run(self):
self.parseArguments()
controller = self.getController()
controller.setActiveView("MeshView")