[2.0.x] add Calibrate Z (M915) to Prepare Menu (#11331)

This commit is contained in:
MikeLud
2018-07-26 06:09:49 -04:00
committed by Scott Lahteine
parent 4237c3d9f8
commit aadcf08913
28 changed files with 36 additions and 1 deletions

View File

@@ -2686,6 +2686,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
//