Printer Model: Ender3v2 and Ender 3v3 SE
MCU / Printerboard: BTT Pad
Host / SBC- Mainsail
klippy.log
Describe your issue:
Running ls /dev/serial/by-path/* to see what USB are plugged in and assign them to each printer. however, regardless of what port I assign them after reboot, only one printer connects. sometimes its the v2, other times it’s the SE. I can’t find a rhyme or reason for it.
biqu@BTT-Pad7:~$ ls /dev/serial/by-path/* /dev/serial/by-path/platform-5200000.usb-usb-0:1.2:1.0-port0 /dev/serial/by-path/platform-5200000.usb-usb-0:1.3:1.0-port0
If I unplug one and run it again it only shows 1 knowing one was unplugged.
In the documents they mentioned flashing the micro controller with something like this
sudo service klipper stop make flash FLASH_DEVICE=/dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0 sudo service klipper start
Should I run sudo service klipper stop make flash **/dev/serial/by-path/platform-5200000.usb-usb-0:1.2:1.0-port0**=**/dev/serial/by-path/platform-5200000.usb-usb-0:1.2:1.0-port0** sudo service klipper start
I’m unsure what the printer’s unique serial port name would be.
Everything here is correct. My issue was there was another [mcu] section in my printer.cfg I did not see, causing issues. Once I deleted it worked like a charm