Auto Klipper reconnection to the MCU
This allows Klipper to automatically reconnect when the MCU is powered on.
Last updated
Was this helpful?
This allows Klipper to automatically reconnect when the MCU is powered on.
Last updated
Was this helpful?
Thanks to Th33xitus for this tip:
First you need to find you MCU's Vendor and Product ID. Type the following command in a SSH terminal.
TIP: to find out which USB device is your MCU, disconnect your MCU and run slusb
again. and compare the two. You will find a line like this (this is my MCU):
in this case, 1a86
is the Vendor ID and 7523
is the Product ID. Save those on the side...
Now we need to updated rules.d. Type:
and add this line at the end of the document:
Make sure to change the idVendor
and idProduct
values to the ones you got in the first step. Then do Ctrl +X
Y
Enter
to save the changes.
You did it!