You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having the same problem as an earlier user. My error message is slightly different though: Invalid adxl345 id (got ff vs e5)
I'm using Rampon v04 because my Klipper version is v0.12.0-289 (but I tried v03 also and got the same error).
I switched out USB cables with no success.
I'm also a little confused because all of the docs I've been reading have references to setting the SPI pins, but your adxlmcu.cfg file doesn't say anything about those. It only has the entry 'cs_pin: adxl:CS'. Are there supposed to be lines for spi_software_sclk_pin, spi_software_mosi_pin, and spi_software_miso_pin ?
I will add the printer does see the KUSBA board when it's plugged into the front. When I SSH in it does list as /dev/serial/by-id/usb-Anchor_Rampon-if00 and it does throw an error when I unplug the cable. Also, it shows on Fluidd's System page (screengrab attached).
Ideas?
The text was updated successfully, but these errors were encountered:
Okay, I was looking at only the open issues and didn't previously see closed issue #26. Your instructions in that issue to comment out these lines in printer.cfg solved the problem:
[adxl345]
cs_pin: rpi:None
spi_bus: spidev0.2
[resonance_tester]
accel_chip: adxl345
probe_points:
100, 100, 20 # an example
I'm having the same problem as an earlier user. My error message is slightly different though:
Invalid adxl345 id (got ff vs e5)
I'm using Rampon v04 because my Klipper version is v0.12.0-289 (but I tried v03 also and got the same error).
I switched out USB cables with no success.
I'm also a little confused because all of the docs I've been reading have references to setting the SPI pins, but your adxlmcu.cfg file doesn't say anything about those. It only has the entry 'cs_pin: adxl:CS'. Are there supposed to be lines for
spi_software_sclk_pin
,spi_software_mosi_pin
, andspi_software_miso_pin
?I will add the printer does see the KUSBA board when it's plugged into the front. When I SSH in it does list as
/dev/serial/by-id/usb-Anchor_Rampon-if00
and it does throw an error when I unplug the cable. Also, it shows on Fluidd's System page (screengrab attached).Ideas?
The text was updated successfully, but these errors were encountered: