I have built a big gantry (1 m x 1 m) and currently use TMC2208 drivers and Marlin on a RAMPS 1.4 board. When working at high speeds, this could get dangerous if someone gets their hand in the way or something. According to the Marlin documentation
Some TMC stepper drivers (e.g. TMC2209s) 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.
How can I use this feature of TMC2209s to stop the print if it bumps into something as a kind of safety feature?