Skip to content

Commit 6305ad5

Browse files
committed
Leveling Menu Titles
1 parent 740cb38 commit 6305ad5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Marlin/src/lcd/extui/lib/creality_dwin/creality_dwin.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4104,15 +4104,15 @@ char* CrealityDWINClass::Get_Menu_Title(uint8_t menu) {
41044104
return (char*)"Info";
41054105
#if HAS_MESH
41064106
case Leveling:
4107-
return (char*)"Unified Bed Leveling";
4107+
return (char*)"Leveling";
41084108
case LevelView:
4109-
return (char*)"UBL View";
4109+
return (char*)"Mesh View";
41104110
case LevelSettings:
4111-
return (char*)"UBL Settings";
4111+
return (char*)"Leveling Settings";
41124112
case MeshViewer:
41134113
return (char*)"Mesh Viewer";
41144114
case LevelManual:
4115-
return (char*)"UBL Manual Tuning";
4115+
return (char*)"Manual Tuning";
41164116
#endif
41174117
#if ENABLED(AUTO_BED_LEVELING_UBL) && !HAS_BED_PROBE
41184118
case UBLMesh:

0 commit comments

Comments
 (0)