Add M915 to Prepare Menu (#11383)
This commit is contained in:
parent
8db91f0bd1
commit
a2ac7e1407
36 changed files with 44 additions and 1 deletions
|
|
@ -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
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue