klippy-1.log (577.9 KB)
I’ve recently been trying out Klipper, but I just can’t seem to get any of the motors to move. It receives inputs from the end-stops, it even activates the steppers when I try to home, It just won’t actually move them.
I’ve tried looking up a handful of things to no avail, hopefully someone knows what’s going on, because I certainly don’t. It’s a stock ender 3 pro with the v4.2.2 board (STM)
[stepper_x]
step_pin: PB9
dir_pin: PC2
enable_pin: !PC3
microsteps: 16
rotation_distance: 40
endstop_pin: ^PA5
position_endstop: 0
position_max: 235
homing_speed: 50
[stepper_y]
step_pin: PB7
dir_pin: PB8
enable_pin: !PC3
microsteps: 16
rotation_distance: 40
endstop_pin: ^PA6
position_endstop: 0
position_max: 235
homing_speed: 50
[stepper_z]
step_pin: PB5
dir_pin: !PB6
enable_pin: !PC3
microsteps: 16
rotation_distance: 8
position_endstop: 0.0 # disable to use BLTouch
endstop_pin: ^PA7 # disable to use BLTouch
endstop_pin: probe:z_virtual_endstop # enable to use BLTouch
position_min: -5 # enable to use BLTouch
position_max: 250