mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:58:59 +08:00
fixing reloadvalue manager
CURA-10542
This commit is contained in:
parent
abc0719aa3
commit
59d6593c17
@ -366,7 +366,7 @@ UM.Dialog
|
||||
}
|
||||
function reloadValue()
|
||||
{
|
||||
manager.manager.setDropToBuildPlateForModel(checkDropModels.checked)
|
||||
manager.setDropToBuildPlateForModel(checkDropModels.checked)
|
||||
checkDropModels.checked = UM.Preferences.getValue("physics/automatic_drop_down")
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user