You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
text:catalog.i18nc("@action:button", "Select face to align to the build plate")
94
+
text:
95
+
{
96
+
if (UM.Controller.properties.getValue("SelectFaceSupported"))
97
+
{
98
+
returncatalog.i18nc("@action:button", "Select face to align to the build plate");
99
+
}
100
+
else
101
+
{
102
+
returncatalog.i18nc("@action:button", "Alignment by face is not available on this device. Your graphics card or drivers do not fully support it. Updating your graphics drivers may enable this feature.");
103
+
}
104
+
}
95
105
96
106
toolItem:UM.ColorImage
97
107
{
@@ -101,11 +111,10 @@ Item
101
111
102
112
checkable:true
103
113
104
-
enabled:UM.Selection.selectionCount==1
114
+
// Property might be undefined when we're switching away from the RotateTool!
0 commit comments