CURA-4525 party working objects list and build plates

This commit is contained in:
Jack Ha 2017-11-07 14:52:22 +01:00
parent 5050124699
commit 38670171f5
6 changed files with 252 additions and 58 deletions

View file

@ -156,13 +156,8 @@ class CuraActions(QObject):
if not nodes_to_change:
Logger.log("d", "Nothing to change.")
# If there are no changes to make, we still need to reset the selected extruders.
# This is a workaround for checked menu items being deselected while still being
# selected.
#ExtruderManager.getInstance().resetSelectedObjectExtruders()
return
Logger.log("d", "Yes: %s", nodes_to_change)
for node in nodes_to_change:
operation.addOperation(SetBuildPlateNumberOperation(node, build_plate_nr))
operation.push()