Skip to content

Commit

Permalink
Leveling Menu Titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Jyers committed May 2, 2021
1 parent 740cb38 commit 6305ad5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Marlin/src/lcd/extui/lib/creality_dwin/creality_dwin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4104,15 +4104,15 @@ char* CrealityDWINClass::Get_Menu_Title(uint8_t menu) {
return (char*)"Info";
#if HAS_MESH
case Leveling:
return (char*)"Unified Bed Leveling";
return (char*)"Leveling";
case LevelView:
return (char*)"UBL View";
return (char*)"Mesh View";
case LevelSettings:
return (char*)"UBL Settings";
return (char*)"Leveling Settings";
case MeshViewer:
return (char*)"Mesh Viewer";
case LevelManual:
return (char*)"UBL Manual Tuning";
return (char*)"Manual Tuning";
#endif
#if ENABLED(AUTO_BED_LEVELING_UBL) && !HAS_BED_PROBE
case UBLMesh:
Expand Down

0 comments on commit 6305ad5

Please sign in to comment.