mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Slicing no longer occurs when a perObject setting is in error state
CURA-1288
This commit is contained in:
parent
ca218d7a1f
commit
c994cb6bef
2 changed files with 17 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue