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

@@ -103,9 +103,6 @@
#ifndef MSG_AUTO_Z_ALIGN
#define MSG_AUTO_Z_ALIGN _UxGT("Auto Z-Align")
#endif
#ifndef MSG_TMC_Z_CALIBRATION
#define MSG_TMC_Z_CALIBRATION _UxGT("Calibrate Z")
#endif
#ifndef MSG_LEVEL_BED_HOMING
#define MSG_LEVEL_BED_HOMING _UxGT("Homing XYZ")
#endif