diff options
author | Paul McGowan <mental405@gmail.com> | 2022-01-09 21:13:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-09 21:13:53 -0500 |
commit | de366ee85479d9f9bf7f117a881feb8de522265d (patch) | |
tree | f0932c2255a8f49d60f6a5fc2252bc981aee1e50 /docs/Measuring_Resonances.md | |
parent | 4c8d24ae03eadf3fc5a28efb1209ce810251d02d (diff) | |
download | kutter-de366ee85479d9f9bf7f117a881feb8de522265d.tar.gz kutter-de366ee85479d9f9bf7f117a881feb8de522265d.tar.xz kutter-de366ee85479d9f9bf7f117a881feb8de522265d.zip |
docs: Docs comma culture (#4822)
Many non-English speaking countries use a comma as a decimal separator for printed numbers. This can create some confusion in documentation and config files when not surrounded by contextual clues like parenthesis. Improve documentation by adding spaces to coordinates.
Signed-off-by: Paul McGowan <mental450@gmail.com>
Diffstat (limited to 'docs/Measuring_Resonances.md')
-rw-r--r-- | docs/Measuring_Resonances.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Measuring_Resonances.md b/docs/Measuring_Resonances.md index 32a7413d..f829a082 100644 --- a/docs/Measuring_Resonances.md +++ b/docs/Measuring_Resonances.md @@ -98,7 +98,7 @@ cs_pin: rpi:None [resonance_tester] accel_chip: adxl345 probe_points: - 100,100,20 # an example + 100, 100, 20 # an example ``` It is advised to start with 1 probe point, in the middle of the print bed, slightly above it. |