Basic Information:
Printer Model: Ender 3 V3 SE
MCU / Printerboard: Stock
Host / SBC: Raspberry Pi 4b, Raspberry Pi OS debian 12 (bookworm) base
klippy.log (168.7 KB)
Describe your issue:
I have been trying to get klipper working using a firmware that enables use of the stock display but I have run into issues with the MCU not being able to connect as shown in my klippy.log and can’t work out why, as in my printer.cfg I have the serial listed as below in my mcu section:
[mcu]
serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
restart_method: command
and I have also ensured that the serial thing is correct by using.
ls -l /dev/serial/by-id/
and correctly entering into my printer.cfg so I have no idea where this
mcu 'mcu': Unable to open serial port: [Errno 2] could not open port /dev/serial/by-id/<your-mcu-id>: [Errno 2] No such file or directory: '/dev/serial/by-id/<your-mcu-id>'
is coming from.
Any suggestions would be greatly appreciated