aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Endstop_Phase.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2020-11-16 18:47:32 -0500
committerKevin O'Connor <kevin@koconnor.net>2020-11-18 20:10:21 -0500
commit15b5dbaf8ffac8e3889b2cc0ba7a61bce1e9fb6f (patch)
treefbb9fb7be4266684eb67f0b7d36379b523f8a240 /docs/Endstop_Phase.md
parent9fd8f7761e424807c9f69165430e562bb2ab0390 (diff)
downloadkutter-15b5dbaf8ffac8e3889b2cc0ba7a61bce1e9fb6f.tar.gz
kutter-15b5dbaf8ffac8e3889b2cc0ba7a61bce1e9fb6f.tar.xz
kutter-15b5dbaf8ffac8e3889b2cc0ba7a61bce1e9fb6f.zip
docs: Move config reference information to new Config_Reference.md
Move all the config reference information from files in the config/ directory to a new Config_Reference.md document. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Endstop_Phase.md')
-rw-r--r--docs/Endstop_Phase.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/Endstop_Phase.md b/docs/Endstop_Phase.md
index f9944857..ec9ee68e 100644
--- a/docs/Endstop_Phase.md
+++ b/docs/Endstop_Phase.md
@@ -105,8 +105,8 @@ Additional notes
enable this feature be sure the G-Code slicer is configured with a
layer height that is a multiple of a "full step", manually enable
the endstop_align_zero option in the endstop_phase config section
- (see config/example-extras.cfg for further details), and then
- re-level the bed screws.
+ (see [config reference](Config_Reference.md#endstop_phase) for
+ further details), and then re-level the bed screws.
* It is possible to use this system with traditional (non-Trinamic)
stepper motor drivers. However, doing this requires making sure that
@@ -122,4 +122,5 @@ Additional notes
power reset, which would arrange for both the micro-controller and
stepper motor drivers to be reset together. If using this mechanism,
one would then need to manually configure the "endstop_phase" config
- sections (see config/example-extras.cfg for the details).
+ sections (see [config reference](Config_Reference.md#endstop_phase)
+ for the details).