diff --git a/cura/PlatformPhysics.py b/cura/PlatformPhysics.py index df841bd71d..95951f78dd 100644 --- a/cura/PlatformPhysics.py +++ b/cura/PlatformPhysics.py @@ -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):