#manual stepper

17 messages · Page 1 of 1 (latest)

tidal furnace
#

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?

magic hatch
tidal furnace
tidal furnace
#

Ok I inverted the enable pin but the motor still doesn't rotate. Could my macro be the problem?

magic hatch
tidal furnace
#

one sec

tidal furnace
magic hatch
tidal furnace
#

Ok one sec

#

It says this when I put that in

#

Malformed command 'stepper_buzz stepper=manual_stepper stepper_auger'

magic hatch
#

Did you have the quotation marks I used?

tidal furnace
#

no, one sec

#

Unknown stepper manual_stepper stepper_auger

#

I got this message

magic hatch
#

Huh. Maybe you legitimately can't run manual steppers with that command then. Weird

#

Beyond that, I'm not sure....what control board is this on?