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()