ADXL Raspberry Pico Problem

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?
No description
No description
No description
9 Replies
Maki81
Maki813w ago
I have do it. In Printer.cfg i have only [include adxl.cfg] added. What else do i need to upload?
blacksmithforlife
the actual printer.cfg and other relevant files - not screenshots
Maki81
Maki813w ago
Ok. I can do it when I get home.
MDFPereira
MDFPereira3w ago
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
miklschmidt
miklschmidt3w ago
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:
No description
miklschmidt
miklschmidt3w ago
so
[resonance_tester]
accel_chip_x: adxl345
accel_chip_y: adxl345
[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.
MDFPereira
MDFPereira3w ago
Yep, it will override the RatOS.cfg... will not use the settings in RatOS.cfg because it will not "call" for the other adxl...