ls /dev/serial/by-id/* to find the device and set it in the config
I can also do cat /dev/serial/by-id/usb-Seeed_XIAO_RP2040_E6611C0843441C34-if00 and it shows coordinates so i think the device is working fine and can communicate.
However, when I have [include adxlmcu.cfg] in the printer.cfg klipper fails to restart .
my log shows no errors I think. It is linked below.
Setup following the the docs causes klipper not to start.
I am sure this it me but I bought a sensor that I believe has the latest firmware and followed the instructions at https://github.com/xbst/KUSBA/blob/main/Docs/v2-Rampon-Firmware.md
I did a
ls /dev/serial/by-id/* to find the device and set it in the config
I can also do cat /dev/serial/by-id/usb-Seeed_XIAO_RP2040_E6611C0843441C34-if00 and it shows coordinates so i think the device is working fine and can communicate.
However, when I have [include adxlmcu.cfg] in the printer.cfg klipper fails to restart .
my log shows no errors I think. It is linked below.
https://pastebin.com/EVSP3Uta
Things seem to hang when it reaches
mcu 'adxl': Starting serial connect
What am i missing ?
My config seems ok
Thanks