Fill out above information andin all cases attach yourklippy.logfile (use zip to compress it, if too big). Pasting yourprinter.cfgis not needed Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
Describe your issue:
The Voron with Raspberry Pi 4 Model B is unable to connect to Octoprint.
Tried Different USB-A to USB-C Cables
Tried Different USB ports on the Raspberry Pi
Tried to: sudo apt-get remove python-serial - Package ‘python-serial’ is not installed, so not removed
Tried to Reinstall Octoprint via ./kiauh/kiauh.sh
OctoPrint Version 1.9.3
When trying: ls -l /dev/serial/by-id/
Result:
total 0
lrwxrwxrwx 1 root root 13 Nov 10 16:05 usb-Klipper_stm32f446xx_070020001650335331383520-if00 → …/…/ttyACM0
mcu 'mcu': Unable to open serial port: [Errno 2] could not open port /dev/serial/by-id/usb-Klipper_stm32f446xx_070020001650335331383520-if00: [Errno 2] No such file or directory: '/dev/serial/by-id/usb-Klipper_stm32f446xx_070020001650335331383520-if00'
The connection between the Klipper host and your printer board is not working.
This is likely a wrong serial path in your printer.cfg since Klipper is telling you “No such file or directory”
I checked that path and it has a printer.cfg file. I opened the file and it has the correct path for serial.
When logged into Octoprint it allows me to open the editor. That directly takes me to the printer.cfg file that I can edit.
I have taken a screenshot of the Klipper configuration. Maybe I need to edit something there?
I got Fluidd and Mainsail to connect. Installed Orca Slicer and that also connected.
Edited the printer.cfg to include [include mainsail.cfg]; [virtual_sdcard]; [display_status]; [pause_resume]
All seem to work.
In Octoprint I edited the Klipper Config Directory; Klipper Log File (directory).
Now all of the files load correctly when clicking on “Open Editor” and “Analyze Klipper Log”.
State remains Offline and Klipper is in Standby. When trying to connect in OctoPrint, nothing happens.
Klippy.log still shows:
mcu 'mcu': Unable to open serial port: [Errno 2] could not open port /dev/serial/by-id/usb-Klipper_stm32f446xx_070020001650335331383520-if00: [Errno 2] No such file or directory: '/dev/serial/by-id/usb-Klipper_stm32f446xx_070020001650335331383520-if00'