mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 04:29:01 +08:00
preference setting of "drop+to_buildplate" preseve from previous versions
CURA-10542
This commit is contained in:
parent
55e5cd8982
commit
fb233d8b16
@ -38,7 +38,7 @@ class PlatformPhysics:
|
|||||||
self._minimum_gap = 2 # It is a minimum distance (in mm) between two models, applicable for small models
|
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_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
|
self._app_per_model_drop = None
|
||||||
|
|
||||||
def getAppPerModelDropDown(self):
|
def getAppPerModelDropDown(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user