diff options
author | Bassam Husain <61985779+bassamanator@users.noreply.github.com> | 2023-02-09 11:30:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-09 11:30:41 -0500 |
commit | ae9169c4c35acd2a3c052c2667469b4c0674e947 (patch) | |
tree | 1bfa1856a7f7dee3ea77d020e2de37a3452a1d26 /docs/Config_Reference.md | |
parent | 5644481590a16ac5b3d8c20874f0477d5d51a963 (diff) | |
download | kutter-ae9169c4c35acd2a3c052c2667469b4c0674e947.tar.gz kutter-ae9169c4c35acd2a3c052c2667469b4c0674e947.tar.xz kutter-ae9169c4c35acd2a3c052c2667469b4c0674e947.zip |
docs: Fix 'screw_thread' explanation in 'screws_tilt_adjust' section. (#6039)
Signed-off-by: Bassam Husain <bassam.husain@gmail.com>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 445d8674..113fbbce 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -1093,12 +1093,12 @@ information. # The height (in mm) that the head should be commanded to move to # just prior to starting a probe operation. The default is 5. #screw_thread: CW-M3 -# The type of screw used for bed level, M3, M4 or M5 and the -# direction of the knob used to level the bed, clockwise decrease -# counter-clockwise decrease. +# The type of screw used for bed leveling, M3, M4, or M5, and the +# rotation direction of the knob that is used to level the bed. # Accepted values: CW-M3, CCW-M3, CW-M4, CCW-M4, CW-M5, CCW-M5. -# Default value is CW-M3, most printers use an M3 screw and -# turning the knob clockwise decrease distance. +# Default value is CW-M3 which most printers use. A clockwise +# rotation of the knob decreases the gap between the nozzle and the +# bed. Conversely, a counter-clockwise rotation increases the gap. ``` ### [z_tilt] |