Remove preference 'arrange models on load' since it was experimental and

now the arranger makes the job.
This commit is contained in:
Diego Prado Gesto 2018-06-12 13:20:20 +02:00
parent c5d48a3a9a
commit c31d329657
2 changed files with 1 additions and 19 deletions

View file

@ -741,21 +741,6 @@ UM.PreferencesPage
}
}
UM.TooltipArea
{
width: childrenRect.width
height: childrenRect.height
text: catalog.i18nc("@info:tooltip", "Should newly loaded models be arranged on the build plate? Used in conjunction with multi build plate (EXPERIMENTAL)")
CheckBox
{
id: arrangeOnLoadCheckbox
text: catalog.i18nc("@option:check", "Do not arrange objects on load")
checked: boolCheck(UM.Preferences.getValue("cura/not_arrange_objects_on_load"))
onCheckedChanged: UM.Preferences.setValue("cura/not_arrange_objects_on_load", checked)
}
}
Connections
{
target: UM.Preferences