diff options
author | Adam <adam@the-kramers.net> | 2023-06-28 16:35:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-28 19:35:35 -0400 |
commit | f4a3dfa53ff536e1374166ae2f294839768a1b14 (patch) | |
tree | 885901eb69e390e53f62bd1d4f60e0fa04e02925 /docs/Measuring_Resonances.md | |
parent | b9247810b90938339e87056a5d0f8a7f207d4ea4 (diff) | |
download | kutter-f4a3dfa53ff536e1374166ae2f294839768a1b14.tar.gz kutter-f4a3dfa53ff536e1374166ae2f294839768a1b14.tar.xz kutter-f4a3dfa53ff536e1374166ae2f294839768a1b14.zip |
docs: Update Measuring_Resonances.md (#6234)
Clarifying the ADXL345 on pi instructions. Previously, the instructions on installing the linux klipper instance were in a confusing place.
Signed-off-by: Adam Kramer <akramer@gmail.com>
Diffstat (limited to 'docs/Measuring_Resonances.md')
-rw-r--r-- | docs/Measuring_Resonances.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/Measuring_Resonances.md b/docs/Measuring_Resonances.md index 17a37562..cf43e31d 100644 --- a/docs/Measuring_Resonances.md +++ b/docs/Measuring_Resonances.md @@ -219,12 +219,13 @@ of time, up to 10-20 minutes. Be patient and wait for the completion of the installation. On some occasions, if the board has too little RAM the installation may fail and you will need to enable swap. -Afterwards, check and follow the instructions in the -[RPi Microcontroller document](RPi_microcontroller.md) to setup the -"linux mcu" on the Raspberry Pi. - #### Configure ADXL345 With RPi +First, check and follow the instructions in the +[RPi Microcontroller document](RPi_microcontroller.md) to setup the +"linux mcu" on the Raspberry Pi. This will configure a second Klipper +instance that runs on your Pi. + Make sure the Linux SPI driver is enabled by running `sudo raspi-config` and enabling SPI under the "Interfacing options" menu. |