diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index 37952a42ac..3c5eca2f21 100755 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -1061,6 +1061,9 @@ class CuraApplication(QtApplication): op.push() Selection.clear() + # Reset the print information: + self._print_information.setToZeroPrintInformation(self.getBuildPlateModel().activeBuildPlate) + # stay on the same build plate #self.getCuraSceneController().setActiveBuildPlate(0) # Select first build plate