mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 23:45:55 +08:00
Update description Add (restart required)
This commit is contained in:
parent
d50237f392
commit
30205e1c78
@ -669,12 +669,12 @@ UM.PreferencesPage
|
|||||||
{
|
{
|
||||||
width: childrenRect.width
|
width: childrenRect.width
|
||||||
height: childrenRect.height
|
height: childrenRect.height
|
||||||
text: catalog.i18nc("@info:tooltip", "Should the Y axis of the translate toolhandle be flipped?")
|
text: catalog.i18nc("@info:tooltip", "Should the Y axis of the translate toolhandle be flipped? This will only affect model's Y coordinate, all other settings such as machine Printhead settings are unaffected and still behave as before.")
|
||||||
|
|
||||||
UM.CheckBox
|
UM.CheckBox
|
||||||
{
|
{
|
||||||
id: flipToolhandleYCheckbox
|
id: flipToolhandleYCheckbox
|
||||||
text: catalog.i18nc("@option:check", "Flip toolhandle Y axis")
|
text: catalog.i18nc("@option:check", "Flip model's toolhandle Y axis (restart required)")
|
||||||
checked: boolCheck(UM.Preferences.getValue("tool/flip_y_axis_tool_handle"))
|
checked: boolCheck(UM.Preferences.getValue("tool/flip_y_axis_tool_handle"))
|
||||||
onCheckedChanged: UM.Preferences.setValue("tool/flip_y_axis_tool_handle", checked)
|
onCheckedChanged: UM.Preferences.setValue("tool/flip_y_axis_tool_handle", checked)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user