Skip to content

Commit 0d34c2e

Browse files
thisiskeithbthinkyhead
authored andcommitted
🐛 Fix Axis Homing (#24425)
Followup to 4520a51
1 parent 1690f49 commit 0d34c2e

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
@@ -288,7 +288,7 @@ void menu_move() {
288288
END_MENU();
289289
}
290290

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

293293
#if ENABLED(INDIVIDUAL_AXIS_HOMING_SUBMENU)
294294
//

0 commit comments

Comments
 (0)