mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Do not attempt to discard changed build plates
This commit is contained in:
parent
1c1b45541f
commit
8dab2a6696
1 changed files with 0 additions and 3 deletions
|
@ -492,9 +492,6 @@ class CuraEngineBackend(QObject, Backend):
|
||||||
|
|
||||||
build_plate_changed.add(source_build_plate_number)
|
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:
|
if not build_plate_changed:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue