Hi !
I installed Klipper on my Ender 3 S1 Pro following the documentations steps, I use the printer.cfg file in the Klipper Github (the only difference is that I added my input shaper parameters).
The prints were incredibly better and it worked really well.
It's been a couple of days that the connection is lost between the RPi 3b+ and ther printer. The print then stops at the very beginning.
The mainsail dashboard shows :
Lost communication with MCU 'mcu' Once the underlying issue is corrected, use the "FIRMWARE_RESTART" command to reset the firmware, reload the config, and restart the host software. Printer is shutdown
In the logs (klippy.log) : Attached file
In dmesg :
[ 240.742134] ch341-uart ttyUSB0: usb_serial_generic_read_bulk_callback - urb stopped: -32 [ 550.023148] ch341-uart ttyUSB0: usb_serial_generic_read_bulk_callback - urb stopped: -32 [ 589.847405] ch341-uart ttyUSB0: usb_serial_generic_read_bulk_callback - urb stopped: -32
I tried to change the USB cable, uninstall, reinstall Klipper, update and upgrade RPi package, upgrade RPi software, replace RPi power supply by official plug, and nothing works.
Any ideas ?