mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 01:08:59 +08:00
Do not attempt to discard changed build plates
This commit is contained in:
parent
1c1b45541f
commit
8dab2a6696
@ -492,9 +492,6 @@ class CuraEngineBackend(QObject, Backend):
|
||||
|
||||
build_plate_changed.add(source_build_plate_number)
|
||||
|
||||
# TODO: Commented out for code tests, discard() only takes 'int', and no explanation exists for this line
|
||||
# build_plate_changed.discard(None)
|
||||
build_plate_changed.discard(-1) # object not on build plate
|
||||
if not build_plate_changed:
|
||||
return
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user