mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Stay on the same build plate after everything is removed
CURA-4795
This commit is contained in:
parent
5280501660
commit
784707bb85
1 changed files with 2 additions and 1 deletions
|
|
@ -1063,7 +1063,8 @@ class CuraApplication(QtApplication):
|
||||||
Logger.log("i", "Reseting print information")
|
Logger.log("i", "Reseting print information")
|
||||||
self._print_information = PrintInformation.PrintInformation()
|
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.
|
## Reset all translation on nodes with mesh data.
|
||||||
@pyqtSlot()
|
@pyqtSlot()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue