Stay on the same build plate after everything is removed

CURA-4795
This commit is contained in:
Lipu Fei 2018-01-15 14:40:37 +01:00
parent 5280501660
commit 784707bb85

View File

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