Define a virtual_endstop for manual_stepper

Klipper won’t start, error in title. What am I doing wrong?

You may delete the first and last underscore in endstop_pin:

nope

1 Like

When this happened to me I found moving the tmc2209 manual_stepper winch code block before the manual_stepper winch code block solved the problem. It was like the tmc2209 had not been defined yet so it was confused when trying to use it in the endstop_pin definition.

1 Like

try

endstop_pin: tmc2209_winch:virtual_endstop

1 Like

Modified title and moved to the “Config” Category for future reference