Add "Detailed Z Probe" menu item with ABL is defined.

This commit is contained in:
wgm4321
2015-01-04 21:42:16 -05:00
parent 00e4bc9f54
commit 2b9722f387
14 changed files with 16 additions and 0 deletions

View File

@ -614,6 +614,9 @@ static void lcd_prepare_menu()
#endif
MENU_ITEM(gcode, MSG_DISABLE_STEPPERS, PSTR("M84"));
MENU_ITEM(gcode, MSG_AUTO_HOME, PSTR("G28"));
#ifdef ENABLE_AUTO_BED_LEVELING
MENU_ITEM(gcode, MSG_DETAILED_Z_PROBE, PSTR("G29"));
#endif
MENU_ITEM(function, MSG_SET_HOME_OFFSETS, lcd_set_home_offsets);
//MENU_ITEM(gcode, MSG_SET_ORIGIN, PSTR("G92 X0 Y0 Z0"));
#if TEMP_SENSOR_0 != 0