Renamed "Auto-Level" to "Level X Axis" (T2123)

master
Marcio Teixeira 6 years ago
parent 075663dd7d
commit fd8a9286a2

@ -13,7 +13,7 @@
* got disabled.
*/
#define LULZBOT_FW_VERSION ".22" // Change this with each update
#define LULZBOT_FW_VERSION ".23" // Change this with each update
#if ( \
!defined(LULZBOT_Gladiola_Mini) && \

@ -1063,7 +1063,7 @@ void kill_screen(const char* lcd_msg) {
MENU_BACK(MSG_MAIN);
MENU_ITEM(gcode, MSG_AUTO_HOME, PSTR("G28"));
#if defined(LULZBOT_MENU_AXIS_LEVELING_GCODE)
MENU_ITEM(gcode, _UxGT("Auto-level"), PSTR(LULZBOT_MENU_AXIS_LEVELING_GCODE));
MENU_ITEM(gcode, _UxGT("Level X Axis"), PSTR(LULZBOT_MENU_AXIS_LEVELING_GCODE));
#endif
#if defined(LULZBOT_MENU_BED_LEVELING_GCODE)
if (!thermalManager.tooColdToExtrude(active_extruder)) {

Loading…
Cancel
Save