Individual Axis Homing LCD menu items
This commit is contained in:
committed by
Scott Lahteine
parent
a454a88f9c
commit
09150cae79
@ -1093,6 +1093,11 @@ static void lcd_prepare_menu() {
|
||||
// Auto Home
|
||||
//
|
||||
MENU_ITEM(gcode, MSG_AUTO_HOME, PSTR("G28"));
|
||||
#if ENABLED(INDIVIDUAL_AXIS_HOMING_MENU)
|
||||
MENU_ITEM(gcode, MSG_AUTO_HOME_X, PSTR("G28 X"));
|
||||
MENU_ITEM(gcode, MSG_AUTO_HOME_Y, PSTR("G28 Y"));
|
||||
MENU_ITEM(gcode, MSG_AUTO_HOME_Z, PSTR("G28 Z"));
|
||||
#endif
|
||||
|
||||
//
|
||||
// Set Home Offsets
|
||||
|
Reference in New Issue
Block a user