diff options
author | Damien <damlobster@gmail.com> | 2021-07-22 00:40:40 +0200 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2021-07-27 13:15:25 -0400 |
commit | cff61605fb7260ab60d1abd4e295b71a533869ac (patch) | |
tree | f117dd64e85ec18a62c7c4305781fa03d37ed0a9 /docs/Endstop_Phase.md | |
parent | 7e88f9220c641dd1e7e5b748381bd7ac758bc8d2 (diff) | |
download | kutter-cff61605fb7260ab60d1abd4e295b71a533869ac.tar.gz kutter-cff61605fb7260ab60d1abd4e295b71a533869ac.tar.xz kutter-cff61605fb7260ab60d1abd4e295b71a533869ac.zip |
docs : make modifications to all md files to make them compatible with mkdocs
all markdown files must have a single H1 heading at the top.
Signed-off-by: Damien Martin <damlobster@gmail.com>
Update CNAME
Diffstat (limited to 'docs/Endstop_Phase.md')
-rw-r--r-- | docs/Endstop_Phase.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Endstop_Phase.md b/docs/Endstop_Phase.md index fe0138d3..1921b283 100644 --- a/docs/Endstop_Phase.md +++ b/docs/Endstop_Phase.md @@ -1,3 +1,5 @@ +# Endstop phase + This document describes Klipper's stepper phase adjusted endstop system. This functionality can improve the accuracy of traditional endstop switches. It is most useful when using a Trinamic stepper @@ -32,8 +34,7 @@ phase from the driver. (It is also possible to use this system on traditional stepper drivers if one can reliably reset the stepper drivers - see below for details.) -Calibrating endstop phases -========================== +## Calibrating endstop phases If using Trinamic stepper motor drivers with run-time configuration then one can calibrate the endstop phases using the @@ -70,8 +71,7 @@ the following to update the configuration file with the data: SAVE_CONFIG ``` -Additional notes ----------------- +### Additional notes * This feature is most useful on delta printers and on the Z endstop of cartesian/corexy printers. It is possible to use this feature on |