Ok, then you can forget about those! Totally wrong! For example, you use TMC2130 steppers. Your board has A4988 drivers.
I would start from the beginning.
-
You could take this https://github.com/Klipper3d/klipper/blob/master/config/printer-geeetech-301-2019.cfg to give your printer.cfg a reasonable structure. Be aware, that this is a delta printer! Yours uses
-
[printer] kinematics: cartesian
-
Marlin provides a config for your printer https://github.com/MarlinFirmware/Configurations/tree/import-2.1.x/config/examples/Geeetech/A10T/YHCB2004_V4.1, but be aware, that they use a different printer board GT2560_V3!
-
Yours would probably be https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.1.x/Marlin/src/pins/mega/pins_GT2560_V41b.h
-
Check the pins used in “pins_GT2560_V41b.h” against your schematics. For the first ten pins, I also would check against your printer board to make sure you are using the right schematics.
-
When you finished your new printer.cfg (don’t copy, write it yourself) install Klipper according Sineos Installing Klipper with KIAUH.
Do yourself a favor and close this thread! You are not making friends with all your posting
Before asking again make sure you used the search options in Klippers documentation, here of course, and particularly in the WWW! Try to find the solution by your own before asking! This way you are getting more familiar with Klipper.
Good luck, hcet14