mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
CURA-5388 disable automatic_push_free / Ensure models are kept apart by default
This commit is contained in:
parent
ba234f5c8a
commit
7136b8649a
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue