From f4a3dfa53ff536e1374166ae2f294839768a1b14 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 28 Jun 2023 16:35:35 -0700 Subject: [PATCH] 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 --- docs/Measuring_Resonances.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/Measuring_Resonances.md b/docs/Measuring_Resonances.md index 17a375625..cf43e31d3 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.