Saturday, December 10, 2022

Voron Resonance testing

 Based on https://www.klipper3d.org/Measuring_Resonances.html  (I used the pins pictured, not in the table)

ADXL345 pinRPi pinRPi pin name
3V3 (or VCC)01/173.3v DC power
GND06/25Ground
CS24GPIO08 (SPI0_CE0_N)
SDO21GPIO09 (SPI0_MISO)
SDA19GPIO10 (SPI0_MOSI)
SCL23GPIO11 (SPI0_SCLK)


The accelerometer, while cheap, was difficult to wire.  The connection to the pi involves somewhat difficult to clamp wire.
If I did it again, I would use old USB3 cable.
The instructions are again a bit minimalist, I forgot to follow RPi Microcontroller document.
The key is to zero the klippy.log document, the reload.  Klippy.log usually has the errors.
cd /tmp
rm klippy.log
touch klippy.log
attempt to reload firmware, then 
cat klippy.log



to create the plots
find . -name 'calib*' -exec ~/klipper/scripts/calibrate_shaper.py {} -o {}.png \;

No comments:

Post a Comment