aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Measuring_Resonances.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2022-01-29 12:54:07 -0500
committerKevin O'Connor <kevin@koconnor.net>2022-02-01 11:59:55 -0500
commitc80552f9e7750d8d425888b7809b5af5bdcf9b74 (patch)
tree8dc007102cdd88d7b3ce77d587867408ac9207b8 /docs/Measuring_Resonances.md
parent9c4172784ad832ab05e543f5afc68775cd90c922 (diff)
downloadkutter-c80552f9e7750d8d425888b7809b5af5bdcf9b74.tar.gz
kutter-c80552f9e7750d8d425888b7809b5af5bdcf9b74.tar.xz
kutter-c80552f9e7750d8d425888b7809b5af5bdcf9b74.zip
docs: Reorganize layout of G-Codes.md
Break listing up by module name. Provide links to "extended" commands. Sort reference by module name. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Measuring_Resonances.md')
-rw-r--r--docs/Measuring_Resonances.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/Measuring_Resonances.md b/docs/Measuring_Resonances.md
index 6be076b7..655a6494 100644
--- a/docs/Measuring_Resonances.md
+++ b/docs/Measuring_Resonances.md
@@ -473,10 +473,11 @@ ignoring any errors for `SET_INPUT_SHAPER` command. For `TEST_RESONANCES`
command, specify the desired test axis. The raw data will be written into
`/tmp` directory on the RPi.
-The raw data can also be obtained by running the command `ACCELEROMETER_MEASURE`
-command twice during some normal printer activity - first to start the
-measurements, and then to stop them and write the output file. Refer to
-[G-Codes](G-Codes.md#adxl345-accelerometer-commands) for more details.
+The raw data can also be obtained by running the command
+`ACCELEROMETER_MEASURE` command twice during some normal printer
+activity - first to start the measurements, and then to stop them and
+write the output file. Refer to [G-Codes](G-Codes.md#adxl345) for more
+details.
The data can be processed later by the following scripts:
`scripts/graph_accelerometer.py` and `scripts/calibrate_shaper.py`. Both