mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
CURA-4525 reset the print information for build plates that are marked for slicing
This commit is contained in:
parent
0fdb470ec7
commit
6262003069
2 changed files with 3 additions and 1 deletions
|
|
@ -444,6 +444,7 @@ class CuraEngineBackend(QObject, Backend):
|
|||
return
|
||||
|
||||
build_plate_changed.add(source_build_plate_number)
|
||||
self.printDurationMessage.emit(source_build_plate_number, {}, [])
|
||||
|
||||
build_plate_changed.discard(None)
|
||||
build_plate_changed.discard(-1) # object not on build plate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue