From ae9169c4c35acd2a3c052c2667469b4c0674e947 Mon Sep 17 00:00:00 2001 From: Bassam Husain <61985779+bassamanator@users.noreply.github.com> Date: Thu, 9 Feb 2023 11:30:41 -0500 Subject: [PATCH] docs: Fix 'screw_thread' explanation in 'screws_tilt_adjust' section. (#6039) Signed-off-by: Bassam Husain --- docs/Config_Reference.md | 10 +++++----- 1 file 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]