Basic Information:
Printer Model: x5sa-500-2e-lm8
MCU / Printerboard:cx-v6-191017 (103)
Host / SBC Pi 3A
klippy.log
Hi,
I would like to say great software! Thanks to everyone involved.
I just have a small issue. I have Klipper running on my Pi3, and I can use Putty to log in. Fluidd works perfectly, and I can log in there with no issues. However, I’m having trouble setting up the printer.cfg file.
When I try to ls /dev/serial/by-id/
, it says “ls: cannot access '/dev/serial/by-id/’: No such file or directory.”
When I run sudo dmesg
, I get this information, so I know the USB is working:
less
Copy code
printer.cfg (2.9 KB)
[ 177.033174] usb 1-1.2: USB disconnect, device number 4
[ 177.033893] ch341-uart ttyUSB0: ch341-uart converter now disconnected from ttyUSB0
[ 177.034002] ch341 1-1.2:1.0: device disconnected
[ 179.628431] usb 1-1.2: new full-speed USB device number 7 using dwc_otg
[ 179.761593] usb 1-1.2: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.54
[ 179.761629] usb 1-1.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 179.761644] usb 1-1.2: Product: USB2.0-Serial
[ 179.762645] ch341 1-1.2:1.0: ch341-uart converter detected
[ 179.768555] usb 1-1.2: ch341-uart converter now attached to ttyUSB0
How do I update the printer.cfg with this information?
Thank you!