I’m working with an old Delta printer that I ripped the electronics out of and have been upgrading to Klipper via a SKR Mini e3 v3. I wrote the attached config file based off of the example configs for delta printers and the skr mini e3 v3. I’ve been getting the error “Option ‘step_pin’ in section ‘stepper_a’ must be specified” but I have it defined in my config, so what’s going on?
The error is a little confusing because Klipper is looking for a stepper_a section, but it’s not there. The reason it’s looking for stepper_a is because you changed the kinematics to delta, but right now you have X,Y, and Z defined instead of A,B, and C.
Whoops, I feel a little dumb, I went and fixed the X/Y/Z stepper labelling to A/B/C but it didn’t get sent, I restarted and re-sent the new config and that error went away.
I updated the uart addresses for the steppers too, but now I’m getting a weird M112 error