thinkyhead mbuc saikek shitcreek

M914 - TMC Bump Sensitivity

trinamic Set sensorless homing sensitivity SENSORLESS_HOMING

Description

Some TMC stepper drivers can detect when they bump into something that causes them to stop moving. This feature is so sensitive that it can actually take the place of traditional endstops. Use this command to set the bump sensitivity for the X, Y, and Z stepper drivers.

Value Ranges:

  • TMC2208: from 0..255
  • TCM2130: from -64..+63

Notes

Set all *_HOME_BUMP_MM values to 0 for best results.

Set the default stall thresholds with *_STALL_SENSITIVITY.

Compatible with TMC2130 and TMC2209.

Sensitivity TMC2209 Others
LOWEST 0 +63
HIGHEST 255 -64

High sensitivity may produce false positives.

Low sensitivity may fail to trigger.

Usage

M914 [I<index>] [X<int>] [Y<int>] [Z<int>]

Parameters

[I<index>]
1.1.9

Index for multiple steppers. (i.e., I1 for X2, Y2, Z2; I2 for Z3; I3 for Z4).

    [X<int>]

    Sensitivity of the X stepper driver.

      [Y<int>]

      Sensitivity of the Y stepper driver.

        [Z<int>]

        Sensitivity of the Z stepper driver.