diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index 3c5eca2f21..0ac50c9e5e 100755 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -1062,7 +1062,8 @@ class CuraApplication(QtApplication): Selection.clear() # Reset the print information: - self._print_information.setToZeroPrintInformation(self.getBuildPlateModel().activeBuildPlate) + self.getController().getScene().sceneChanged.emit(node) + # self._print_information.setToZeroPrintInformation(self.getBuildPlateModel().activeBuildPlate) # stay on the same build plate #self.getCuraSceneController().setActiveBuildPlate(0) # Select first build plate