Browse Source

🐛 Fix Axis Homing (#24425)

Followup to 4520a51
Keith Bennett 3 years ago
parent
commit
cc51bc29e1
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/lcd/menu/menu_motion.cpp

+ 1
- 1
Marlin/src/lcd/menu/menu_motion.cpp View File

281
   END_MENU();
281
   END_MENU();
282
 }
282
 }
283
 
283
 
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));
285
 
285
 
286
 #if ENABLED(INDIVIDUAL_AXIS_HOMING_SUBMENU)
286
 #if ENABLED(INDIVIDUAL_AXIS_HOMING_SUBMENU)
287
   //
287
   //

Loading…
Cancel
Save