Issues with Klicky for Voron printers with klipper firmware
Been using Repetier-server pro for many years, it's a great system, have been using UM2 and ender3 printers before, both work great, now added 5 Voron Trident printers, it uses Klipper firmware, after exploring Repetier- The server pro can be well supported, I am very excited, now Klipper and Repetier-server pro have established a connection and can communicate normally, but only the Klicky part will have errors, mainly because using Klicky needs to install a z_calibration.py file, which is in The path in Fluidd is home/pi/klipper/klipper/extras, I don't know where it should be copied in Repetier-server pro? please help me
Comments
Please make be aware that those klipper folders are owned by the user repetierserver and the user pi doesn't have read and write permissions, so you have to copy or modify files with sudo.
sudo -u repetierserver led_effect.py /opt/klipper/<Printer slug>/klippy/extras
Then restart klipper in server gui.
That is all the install script does so should be enough here as well.
Then you need to configure the plugin correctly, but that should be all from the docs.