Remove TMC_Z_CALIBRATION in favor of Z_STEPPER_AUTO_ALIGN

This commit is contained in:
teemuatlut
2019-01-12 00:56:23 +02:00
committed by Scott Lahteine
parent 7cfce20cd3
commit 1a79878dff
97 changed files with 2 additions and 1119 deletions

View File

@ -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
//