#Two printers on one pi (MCU issue)

8 messages · Page 1 of 1 (latest)

hot swan
#

I have two printers running on one pi and both of them have the same MCU and i didnt really find anything online

unkempt sorrel
#

You might want to put the serial ports of your two printers there? One serial port into the first one, like you already did and the serial port of the second printer into the second one.
To get your serial ports, have a look in the documentation: https://www.klipper3d.org/FAQ.html#wheres-my-serial-port

hot swan
#

both of them are this /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0

unkempt sorrel
#

So ls /dev/serial/by-id/ give you two times the same output?

hot swan
#
/dev/serial/by-id/usb-1a86_USB_Serial-if00-port0```
#

but with by-path i get two different outputs

#

Okay both of them connect and i dont get any errors

#

now i only need to take care of the 15 warnings and then ill be all set
thanks for your help!!