Ebb36 not working ADXL345
Hello, I have equipped my V-Core3.1 with an EBB36, so far everything works fine, I just can't get the ADXL345 to work.
I get the following error when I enable it in printer.cfg.
Klipper meldet: ERROR
Option 'probe_points' in section 'resonance_tester' must be specified
Once the underlying issue is corrected, use the "RESTART"
command to reload the config and restart the host software.
Printer is halted
3 Replies
eastern-cyan•2y ago
Well, as it says.. you are missing the probe_points: section
Should be something like this, but adjusted for the center of your bed size
[resonance_tester]
accel_chip: adxl345
probe_points:
100, 100, 20
compatible-crimsonOP•2y ago
Thank you, I have now added the entry and the firmware is now starting again.
However, if I now enter the command: ACCELEROMETER_QUERY, I get an error message again.
In the printer.cfg I have the line in the TOOLBOARD section
To use the toolboard's ADXL345 for resonance testing (input shaper calibration) uncomment the following
[include RatOS/toolboard/input-shaper.cfg]
commented out. But now I get the following error message: Invalid adxl345 id (got ff vs e5).
The problem seems to have been solved, for some reason the SHAPER_CALIBRATE command works, although the sensor cannot be read using ACCELEROMETER_QUERY.
rising-crimson•2y ago
Just ran into the same message - an
ACCELEROMETER_QUERY
needs another option since it is not the "main MCU board ADXL" ...
worked for me ... 😉