hey I need some help getting manual stepper to work. I got klipper to stop throwing errors but I cant get the stepper to move at all. This is whats in my config
[manual_stepper stepper_auger]
step_pin:PE6
dir_pin:PA14
enable_pin:PE0
rotation_distance: 40
microsteps: 16
velocity:50
accel:150
[tmc2209 manual_stepper stepper_auger]
uart_pin: PD3
interpolate: false
run_current: 1
stealthchop_threshold: 999999
[gcode_macro A_test]
gcode:
MANUAL_STEPPER STEPPER=stepper_auger ENABLE=1 SET_POSITION=0
MANUAL_STEPPER STEPPER=stepper_auger SPEED=40 MOVE=150
Can anyone tell me what im doing wrong?