Skip to content

Commit acec402

Browse files
thisiskeithbLCh-77
authored andcommitted
🐛 Fix Axis Homing (MarlinFirmware#24425)
Followup to 4520a51
1 parent 7c2cc94 commit acec402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/lcd/menu/menu_motion.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ void menu_move() {
281281
END_MENU();
282282
}
283283

284-
#define _HOME_ITEM(N) GCODES_ITEM_N(N##_AXIS, MSG_AUTO_HOME_A, F("G28X" STR_##N));
284+
#define _HOME_ITEM(N) GCODES_ITEM_N(N##_AXIS, MSG_AUTO_HOME_A, F("G28" STR_##N));
285285

286286
#if ENABLED(INDIVIDUAL_AXIS_HOMING_SUBMENU)
287287
//

0 commit comments

Comments
 (0)