adxl usb - klipper stuck in restart

Hey Guys, if i try to use this configuration: https://discord.com/channels/582187371529764864/1201204025375330365/1203467968323911750 for a USB connected adxl345, Klipper gets stuck in restart. (Using todays Version of RatOS and Klipper) How to do you guys got it working? [mcu usbadxl] serial: /dev/serial/by-id/usb-Klipper_rp2040_XXXXXXXXXXXXXXXXXXXXX replace the above with the serial you find via:ls -l /dev/serial/by-id/ [adxl345 usbadxl] cs_pin: usbadxl:gpio9 spi_software_sclk_pin: usbadxl:gpio10 spi_software_mosi_pin: usbadxl:gpio11 spi_software_miso_pin: usbadxl:gpio12 [resonance_tester] accel_chip: adxl345 usbadxl any help apprieciated!
5 Replies
TheTik
TheTik2mo ago
Did you replace the line as described?
peet4930
peet4930OP2mo ago
Yes i did :-), tried a lot of other recommadtions i found but nothing worked out so far 🙁
TheTik
TheTik2mo ago
So what is the actual line? And what error are you getting?
peet4930
peet4930OP2mo ago
This is my exact configuration: [mcu usbadxl] serial: usb-Klipper_rp2040_E6647C7403229736-if00 [adxl345 usbadxl] cs_pin: usbadxl:gpio9 spi_software_sclk_pin: usbadxl:gpio10 spi_software_mosi_pin: usbadxl:gpio11 spi_software_miso_pin: usbadxl:gpio12 [resonance_tester] accel_chip: adxl345 usbadxl and the message i get from Klipper: Klipper reports: STARTUP Printer is not ready The klippy host software is attempting to connect. Please retry in a few moments.
TheTik
TheTik2mo ago
If you remove that section, does it boot okay? If you unplug the adxl does it boot okay? Trying to narrow down if it is the config or the hardware causing the issue

Did you find this page helpful?