Basic Information: trying to get multiple touch screens on one BTT pad 7
Printer Model: Ender 3 v2’s
MCU / Printerboard: multiple different boards
Host / SBC Mainsai;
klippy.log: Still in the Putty Phase
Describe your issue:
The website I’ve been following
(Multiple Klipper Instances on Pad7 – 3dprintscape.com)
I have found multiple different videos showing how to set up my BTT pad 7 to run multiple Klipper instances
I have flashed the latest firmware from their GitHub to have the newest version possible
My issue is that I get to a point where I have to make a klipper screen config
step one (works)
Create KlipperScreen config file
sudo cat>KlipperScreen.conf
Step two (works)
Edit KlipperScreen config file
sudo nano ./KlipperScreen.conf
[main]
job_complete_timeout: 0
job_error_timeout: 0
default_printer: Ender3V2
use_default_menu: True
[printer Ender3V2]
moonraker_host: localhost
moonraker_port: 7125
moonraker_api_key: False
[printer Ender3Pro]
moonraker_host: localhost
moonraker_port: 7126
moonraker_api_key: False
[printer Printer3]
moonraker_host: localhost
moonraker_port: 7127
moonraker_api_key: False
Then use ctrl+q to quit, make sure to hit y to save the file.
Step three (Works)
Verify KlipperScreen config file
sudo cat ./KlipperScreen.conf
Step four (does not work)
Restart KlipperScreen
sudo service KlipperScreen restart
no new button is added to my Klipper screen. to allow there to be multiple different touch interfaces. all referenced I have found tell to do the same. but I can’t get this to work
is there a klippy.log for the putty phase for flashing the firmware?
where in the Klipper documentation can I find out about running multiple klippers off pi with a touch screen (BTT pad 7)
Any help would be appreciated.