Hello everyone. Since I installed RatOS 2.1 I can't get ADXL to work with Pi Pico. To all my V-Minions doesn't work. Everything is installed according to instructions.
Everything worked perfectly with RatOS 2.0.
Can someone help me?
#ADXL Raspberry Pico Problem
12 messages · Page 1 of 1 (latest)
https://discord.com/channels/582187371529764864/1233461645167169576 see #2 and please upload
I have do it. In Printer.cfg i have only [include adxl.cfg] added. What else do i need to upload?
the actual printer.cfg and other relevant files - not screenshots
Ok. I can do it when I get home.
On the configurator, when selecting accelerometer, choose "none" and include your ADXL.cfg. Should work...
Be sure to have it connected when you uncoment the include line
Not necessary, just specify both axes, this should be obvious from the configuration in RatOS.cfg. You just copy paste it and change the chip name:
so
[resonance_tester]
accel_chip_x: adxl345
accel_chip_y: adxl345
that's all
klipper won't accept accel_chip when you have both axes specified already.
Yep, it will override the RatOS.cfg...