mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
preference setting of "drop+to_buildplate" preseve from previous versions
CURA-10542
This commit is contained in:
parent
55e5cd8982
commit
fb233d8b16
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue