Individual Axis Homing LCD menu items

This commit is contained in:
João Brázio
2016-05-10 13:29:25 +01:00
committed by Scott Lahteine
parent a454a88f9c
commit 09150cae79
21 changed files with 147 additions and 0 deletions

View File

@ -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