diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index 428a26f956..099c71c708 100755 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -1063,7 +1063,8 @@ class CuraApplication(QtApplication): Logger.log("i", "Reseting print information") self._print_information = PrintInformation.PrintInformation() - self.getCuraSceneController().setActiveBuildPlate(0) # Select first build plate + # stay on the same build plate + #self.getCuraSceneController().setActiveBuildPlate(0) # Select first build plate ## Reset all translation on nodes with mesh data. @pyqtSlot()