0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-19 16:16:13 +00:00

🐛 Fix Axis Homing (#24425)

Followup to 4520a51
This commit is contained in:
Keith Bennett 2022-06-29 06:24:22 -07:00 committed by GitHub
parent 914501f67e
commit cc51bc29e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -281,7 +281,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)
//