Explorar el Código

🐛 Fix Axis Homing (#24425)

Followup to 4520a51
Keith Bennett hace 2 años
padre
commit
cc51bc29e1
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/src/lcd/menu/menu_motion.cpp

+ 1
- 1
Marlin/src/lcd/menu/menu_motion.cpp Ver fichero

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…
Cancelar
Guardar