preference setting of "drop+to_buildplate" preseve from previous versions

CURA-10542
This commit is contained in:
Saumya Jain 2024-02-26 14:59:48 +01:00
parent 55e5cd8982
commit fb233d8b16

View file

@ -38,7 +38,7 @@ class PlatformPhysics:
self._minimum_gap = 2 # It is a minimum distance (in mm) between two models, applicable for small models
Application.getInstance().getPreferences().addPreference("physics/automatic_push_free", False)
Application.getInstance().getPreferences().addPreference("physics/automatic_drop_down", False)
Application.getInstance().getPreferences().addPreference("physics/automatic_drop_down", True)
self._app_per_model_drop = None
def getAppPerModelDropDown(self):