From f92b4d72c7f6377d830647d84adeeee2964be0a5 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 25 Aug 2015 14:16:35 +0200 Subject: [PATCH] Added getPrintInformation to curaApp --- cura/CuraApplication.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index 70c1496ec2..1c09c7ee31 100644 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -188,6 +188,9 @@ class CuraApplication(QtApplication): return super().event(event) + def getPrintInformation(self): + return self._print_information + def registerObjects(self, engine): engine.rootContext().setContextProperty("Printer", self) self._print_information = PrintInformation.PrintInformation()