Slicing no longer occurs when a perObject setting is in error state

CURA-1288
This commit is contained in:
Jaime van Kessel 2016-06-02 14:19:39 +02:00
parent ca218d7a1f
commit c994cb6bef
2 changed files with 17 additions and 3 deletions

View file

@ -32,7 +32,6 @@ class PerObjectSettingsTool(Tool):
return selected_object_id
def getContainerID(self):
selected_object = Selection.getSelectedObject(0)
if selected_object.getParent().callDecoration("isGroup"):
selected_object = selected_object.getParent()