mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 18:45:55 +08:00
Stay on the same build plate after everything is removed
CURA-4795
This commit is contained in:
parent
5280501660
commit
784707bb85
@ -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…
x
Reference in New Issue
Block a user