mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 16:28:59 +08:00
Fixes CURA-4789
Emits `sceneChanged` which `PrintInformation` listens for and then resets with. Same result re: print time, but also will update anythign else which is listening for `sceneChanged`.
This commit is contained in:
parent
ba1f915633
commit
fad43be23b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user