KlipperScreen configuration on OctoKlipperPi

I installed a new instance of OctoKlipperPi and am configuring my printer. Most is working.

Now I installed KlipperScreen on the Pi. It starts but couldn't connect. Now I also installed moonraker. KlipperScreen connects to Moonraker, but not to Klipper.

Is it possible to use Klipperscreen on OctoKlipperPi ?

Bart

Hello @Bart31 !

In this case I strongly recommend the Klipper forum:

Got it working!

  • Install OctoKlipperPi on SDCard
  • Config network and printer.
  • Update OS
    sudo apt update
    sudo apt full-upgrade
    sudo reboot
  • Install KIAUH
    sudo apt-get update && sudo apt-get install git -y
    cd ~ && git clone GitHub - dw-0/kiauh: Klipper Installation And Update Helper
    ./kiauh/kiauh.sh
  • Install Moonraker with Kiauh
  • Manually install KlipperScreen
    cd ~/
    git clone GitHub - KlipperScreen/KlipperScreen: GUI for Klipper
    cd ~/KlipperScreen
    ./scripts/KlipperScreen-install.sh
  • settings to printer.cfg
    [virtual_sdcard]
    path: ~/printer_data/gcodes
    [display_status]
    [pause_resume]
  • Touch not working?
    Open /boot/config.txt for editing using sudo nano /boot/config.txt and change
    dtoverlay=vc4-kms-v3d
    to
    dtoverlay=vc4-fkms-v3d

That's all.

octoklipper is showing error " no klippy.log" exist and it is not connecting with printer after screen installation

Hello @Afsha_Rana !

This is no KlipperScreen issue.

Please do:

I installed octoklipper and able to connect my printer with adding printer.cfg file but i want to use KlipperScreen and after installing with @Bart31 Method I got that Klippy.log error and unable to connect printer with octoklipper

That is the reason you should consult the Klipper forum
This is OctoPrint. Besides Octoklipper (a support plugin for Klipper on OctoPrint) there is nothing in common. Sorry.