Remove TMC_Z_CALIBRATION in favor of Z_STEPPER_AUTO_ALIGN
This commit is contained in:
committed by
Scott Lahteine
parent
7cfce20cd3
commit
1a79878dff
@ -452,13 +452,6 @@ void menu_motion() {
|
||||
MENU_ITEM(gcode, MSG_AUTO_Z_ALIGN, PSTR("G34"));
|
||||
#endif
|
||||
|
||||
//
|
||||
// TMC Z Calibration
|
||||
//
|
||||
#if ENABLED(TMC_Z_CALIBRATION)
|
||||
MENU_ITEM(gcode, MSG_TMC_Z_CALIBRATION, PSTR("G28\nM915"));
|
||||
#endif
|
||||
|
||||
//
|
||||
// Level Bed
|
||||
//
|
||||
|
Reference in New Issue
Block a user