diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-04-23 21:22:02 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-04-23 21:22:02 -0400 |
commit | 07a90902a5a0a4e57d105d17ddf81cc9c57c4f0c (patch) | |
tree | d0485e5311970861ded5727f23993fd7cd7fcf79 /docs | |
parent | a10b2805de150be83bb8a68fc098f0dbaa99885f (diff) | |
download | kutter-07a90902a5a0a4e57d105d17ddf81cc9c57c4f0c.tar.gz kutter-07a90902a5a0a4e57d105d17ddf81cc9c57c4f0c.tar.xz kutter-07a90902a5a0a4e57d105d17ddf81cc9c57c4f0c.zip |
docs: Improve wording of screws_tilt_adjust in Config_Reference.md
Reported by @JamesH1978.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Config_Reference.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 7a6f9758..3e2a53ae 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -999,10 +999,10 @@ information. [screws_tilt_adjust] #screw1: # The (X, Y) coordinate of the first bed leveling screw. This is a -# position to command the nozzle to that is directly above the bed -# screw (or as close as possible while still being above the bed). -# This is the base screw used in calculations. This parameter must -# be provided. +# position to command the nozzle to so that the probe is directly +# above the bed screw (or as close as possible while still being +# above the bed). This is the base screw used in calculations. This +# parameter must be provided. #screw1_name: # An arbitrary name for the given screw. This name is displayed when # the helper script runs. The default is to use a name based upon |