From 7136b8649a3c6aac5556ca42f6e4635da62c4340 Mon Sep 17 00:00:00 2001 From: Jack Ha Date: Wed, 23 May 2018 10:48:19 +0200 Subject: [PATCH] CURA-5388 disable automatic_push_free / Ensure models are kept apart by default --- cura/PlatformPhysics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/PlatformPhysics.py b/cura/PlatformPhysics.py index 1a5d6ef837..b22552d8c5 100755 --- a/cura/PlatformPhysics.py +++ b/cura/PlatformPhysics.py @@ -36,7 +36,7 @@ class PlatformPhysics: self._max_overlap_checks = 10 # How many times should we try to find a new spot per tick? self._minimum_gap = 2 # It is a minimum distance (in mm) between two models, applicable for small models - Preferences.getInstance().addPreference("physics/automatic_push_free", True) + Preferences.getInstance().addPreference("physics/automatic_push_free", False) Preferences.getInstance().addPreference("physics/automatic_drop_down", True) def _onSceneChanged(self, source):