Auto Klipper reconnection to the MCU
This allows Klipper to automatically reconnect when the MCU is powered on.
Get your USB vendor and product IDs
lsusbBus 001 Device 006: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapterEdit rules
cd /etc/udev/rules.d/
sudo nano 98-klipper.rulesSUBSYSTEM=="usb", ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="7523", ACTION=="add", RUN+="/bin/sh -c '/bin/echo RESTART > /dev/pts/0'"Done!
Last updated