mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Selection is no longer ignored by push free
Fixes CURA-1086
This commit is contained in:
parent
3df0b4de66
commit
733215ef3e
1 changed files with 1 additions and 3 deletions
|
@ -92,9 +92,7 @@ class PlatformPhysics:
|
|||
job = ConvexHullJob.ConvexHullJob(node)
|
||||
job.start()
|
||||
node.callDecoration("setConvexHullJob", job)
|
||||
|
||||
elif Selection.isSelected(node):
|
||||
pass
|
||||
|
||||
elif Preferences.getInstance().getValue("physics/automatic_push_free"):
|
||||
# Check for collisions between convex hulls
|
||||
for other_node in BreadthFirstIterator(root):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue