Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Ha <jackha@gmail.com>2017-11-07 16:52:22 +0300
committerJack Ha <jackha@gmail.com>2017-11-07 16:52:22 +0300
commit38670171f5063a0aa525117955da39135bca2a20 (patch)
tree7d32bb6af97895b84367068ef826147f81a767b0 /cura/CuraActions.py
parent5050124699fa50501916fe7319417e480efd3a94 (diff)
CURA-4525 party working objects list and build plates
Diffstat (limited to 'cura/CuraActions.py')
-rw-r--r--cura/CuraActions.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/cura/CuraActions.py b/cura/CuraActions.py
index 663da3ec09..c313488cac 100644
--- a/cura/CuraActions.py
+++ b/cura/CuraActions.py
@@ -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()