Klipper Forked Version
Hi,
Had a failed board on a Creality machine with the CR10S Pro Touchscreen. Decided to get away from Creality boards and would like to install Klipper, with Repetier Server but still be able to use the touch screen. Someone has done a fork of Klipper that can use said touch screen. https://www.reddit.com/r/CR10/comments/ibckmm/klipper_with_support_for_the_cr10s_pro_touchscreen/
Is there a way to install a forked version of Klipper through the Repetier server GUI? There is only the option to select the 2 versions.
OR
Is there a way to manually install the forked version so Repetier Server acknowledges it is installed? I tried manually installing, but Repetier Server still wants to install its own version.
Thank you.
Had a failed board on a Creality machine with the CR10S Pro Touchscreen. Decided to get away from Creality boards and would like to install Klipper, with Repetier Server but still be able to use the touch screen. Someone has done a fork of Klipper that can use said touch screen. https://www.reddit.com/r/CR10/comments/ibckmm/klipper_with_support_for_the_cr10s_pro_touchscreen/
Is there a way to install a forked version of Klipper through the Repetier server GUI? There is only the option to select the 2 versions.
OR
Is there a way to manually install the forked version so Repetier Server acknowledges it is installed? I tried manually installing, but Repetier Server still wants to install its own version.
Thank you.
Comments
You see first line copies the installer from our server and second line calls it with 4 parameter. If you look into the script you see they are
So first is your printer slug name, secong git target e.g. "master" for maste rbranch. Version is "1" and url must be the https url of the repository. For klippe rmaster this is "https://github.com/Klipper3d/klipper.git".
Make sure to call all commands with sudo so it can change file owner to repetierserver. Then it should look like our installation just from other repository. Restart server eventually so we see the files.