Add M915 to Prepare Menu (#11383)

This commit is contained in:
MikeLud 2018-07-31 03:03:49 -04:00 committed by Scott Lahteine
parent 8db91f0bd1
commit a2ac7e1407
36 changed files with 44 additions and 1 deletions

View file

@ -2675,6 +2675,13 @@ void lcd_quick_feedback(const bool clear_buttons) {
MENU_ITEM(gcode, MSG_AUTO_HOME_Z, PSTR("G28 Z"));
#endif
//
// TMC Z Calibration
//
#if ENABLED(TMC_Z_CALIBRATION)
MENU_ITEM(gcode, MSG_TMC_Z_CALIBRATION, PSTR("G28\nM915"));
#endif
//
// Level Bed
//