Basic Information:
Printer Model: 2020 Ender 3 Pro
MCU / Printerboard:
Host / SBC: Raspberry Pi 4 with Octoprint
klippy.log (135.1 KB)
klippy.log
Describe your issue: I’m trying to get Klipper to run on my Ender 3 Pro. I first set up octoprint and then installed klipper. I used make menuconfig and set it up according to the config file for my printer from klipper3d
printer.cfg (2.6 KB)
. I then got the klipper.bin file and renamed it and flashed it via sd card (according to the instructions on the config file)
I checked the serial port using ls /dev/serial/by-id/* like a dozen times and it always came up the same (in any case I set it in the mcu in the config) and put it in the /home/pi/ folder. I set up octoprint to connect to /tmp/printer. The problem I’m getting is that once I hit restart firmware I get “Klipper state: Disconnect” and it never reconnects. In the terminal I still get Recv: ok T:0 Send: M105 so it seems like it’s connected…?
I’ve been browsing for hours and trying every solution I can see but nothing has helped. Any help would be greatly appreciated!
…