Need help, Printer.cfg file

Hello everyone!

I’m not making printer but i want to control stepper motors with klipper. I’m using tmc driver 2209 and raspi 4b. And i’m interesting what configurations should i choose in this case? Or if anyone already did something like this and still have printer.cfg file can share it to me?

Thanks in advance.

Hello @kkn !

I think you have to be a bit more precise what this is.

2 Likes

Printer configuration file, where tmc 2209 is used. But as i mentioned above, i’m not making printer and i think i won’t need some informations in printer.cfg file like “extruder”, “heater_bed” and so on. If i’m wrong tell me, i’m beginner with klipper.

I have raspi 4b that is connected ro raspi pico H. And raspi pico is connected to tmc 2209 drivers only with UART pin. I have only two steppers: stepper x and stepper y and corexy configuration.

Maybe something like this would be more appropriate for what you’re trying to accomplish: GitHub - Chr157i4n/TMC2209_Raspberry_Pi: this is a Python library to drive a stepper motor with a Trinamic TMC2209 stepper driver and a Raspberry Pi