| m0915 |
TMC Z axis calibration |
Align ends of the Z axis and test torque |
thinkyhead |
2.0.0 |
TMC2130,TMC_Z_CALIBRATION |
control |
|
| This command is deprecated. Use `G34` ([`Z_STEPPER_AUTO_ALIGN`](/docs/gcode/G034-zsaa.html) or [`MECHANICAL_GANTRY_CALIBRATION`](/docs/gcode/G034-mgc.html)) instead. |
| Requires `TMC_Z_CALIBRATION` and at least one TMC driver for Z axis. |
| If `Z_DUAL_STEPPER_DRIVERS` is used, both should be TMC drivers. |
|
| tag |
optional |
description |
values |
| S |
true |
Current value to use for the raise move. (Default: `CALIBRATION_CURRENT`) |
|
|
| tag |
optional |
description |
values |
| Z |
true |
Extra distance past `Z_MAX_POS` to move the Z axis. (Default: `CALIBRATION_EXTRA_HEIGHT`) |
|
|
|
|
| pre |
code |
| Set a 300mA current and press the gantry against the top for 5 extra mm. |
| G21 ; Units to mm |
| M915 S300 Z5 |
|
|
|