mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 07:29:33 +00:00
parent
ea630bbed7
commit
310a76444d
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ void menu_move() {
|
|||
END_MENU();
|
||||
}
|
||||
|
||||
#define _HOME_ITEM(N) GCODES_ITEM_N(N##_AXIS, MSG_AUTO_HOME_A, F("G28X" STR_##N));
|
||||
#define _HOME_ITEM(N) GCODES_ITEM_N(N##_AXIS, MSG_AUTO_HOME_A, F("G28" STR_##N));
|
||||
|
||||
#if ENABLED(INDIVIDUAL_AXIS_HOMING_SUBMENU)
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue