diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-01-29 12:54:07 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-02-01 11:59:55 -0500 |
commit | c80552f9e7750d8d425888b7809b5af5bdcf9b74 (patch) | |
tree | 8dc007102cdd88d7b3ce77d587867408ac9207b8 /docs/Probe_Calibrate.md | |
parent | 9c4172784ad832ab05e543f5afc68775cd90c922 (diff) | |
download | kutter-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/Probe_Calibrate.md')
-rw-r--r-- | docs/Probe_Calibrate.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/Probe_Calibrate.md b/docs/Probe_Calibrate.md index 9bede889..ed3964e6 100644 --- a/docs/Probe_Calibrate.md +++ b/docs/Probe_Calibrate.md @@ -129,12 +129,12 @@ typical bed leveling procedures. It may be possible to tune the probe speed and/or probe start height to improve the repeatability of the probe. The `PROBE_ACCURACY` command allows one to run tests with different parameters to see their impact - see the -[G-Codes document](G-Codes.md) for further details. If the probe -generally obtains repeatable results but has an occasional outlier, -then it may be possible to account for that by using multiple samples -on each probe - read the description of the probe `samples` config -parameters in the [config reference](Config_Reference.md#probe) for -more details. +[G-Codes document](G-Codes.md#probe_accuracy) for further details. If +the probe generally obtains repeatable results but has an occasional +outlier, then it may be possible to account for that by using multiple +samples on each probe - read the description of the probe `samples` +config parameters in the [config reference](Config_Reference.md#probe) +for more details. If new probe speed, samples count, or other settings are needed, then update the printer.cfg file and issue a `RESTART` command. If so, it |