Remove TMC_Z_CALIBRATION in favor of Z_STEPPER_AUTO_ALIGN
This commit is contained in:
parent
7cfce20cd3
commit
1a79878dff
97 changed files with 2 additions and 1119 deletions
|
|
@ -662,9 +662,6 @@ void GcodeSuite::process_parsed_command(
|
|||
#if USE_SENSORLESS
|
||||
case 914: M914(); break; // M914: Set StallGuard sensitivity.
|
||||
#endif
|
||||
#if ENABLED(TMC_Z_CALIBRATION)
|
||||
case 915: M915(); break; // M915: TMC Z axis calibration.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if HAS_MICROSTEPS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue