I have tried to setup Klipper on FelixTec 4.1 and I think I have got wrong pin settings. Any idea how it should be for this printer?
i have got the original FW for that printer, but the numbers of PINs are not the same.
Are the STEP_PIN defines referring to physical pins? (I thought Arduinos had an abstraction on top of them, but that doesn’t hold with what you linked, @Sineos). So ORIG_X_STEP_PIN 54 would be step_pin: PC1 in the Klipper config, right?
Thanks for advice. I will have to go through whole the process and find the mistake. I have done brand new SD card with Fluid and Klipper, tried to flash the bootloader and it is not working,
Before going down this route, verify if the flash succeeded, i.e. Klipper basically connects to the board. The Klipper log will provide the necessary hints.
Should work.
As stated before: Messing with the bootloader is surely an advanced topic. Make sure that it is needed.
Your non-working condition can have 3 reasons:
Klipper is properly flashed and able to connect to the board but the cfg is not fully correct
Klipper not correctly installed on the board because of:
Wrong flashing procedure
Board needs to be set into a “flashable” condition before using the regular flash commands: Can be the case when there is a “boot switch” on the board, which sets the board into a programmable mode. Usually only needed once when moving to Klipper
The bootloader is missing or special: Flash a new bootloader
If 1. is verified move to 2. When 2. is checked move to 3.
Edit:
Disclaimer - I do not know this board, nor am I a uC expert. If aliens abduct your dog, don’t blame me
Ok I am totally lost. I have flashed the boot loader on the board using Arduino IDE. Then I followed the installation of klipper with fluid from the klipper page and it still does not work.
The log file says, that it cannot open the printer.cfg file even when the file is on the RPi.
I was not sure if I dod not damaged the board, so I used the original firmware and loaded that in the board using Arduino IDE and everything is OK and the printer works as before. I do not know what I am doing wrong with klipper.