diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-01-05 20:42:34 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-12-18 10:30:32 -0500 |
commit | 96eba9f2df2e0b5972e56be9e29c324984410265 (patch) | |
tree | dd351404d4c4b840aa035086538a783f7422f629 /docs/Endstop_Phase.md | |
parent | 7dcc778b6c25a4956cbf0180423eeb3e450e1243 (diff) | |
download | kutter-96eba9f2df2e0b5972e56be9e29c324984410265.tar.gz kutter-96eba9f2df2e0b5972e56be9e29c324984410265.tar.xz kutter-96eba9f2df2e0b5972e56be9e29c324984410265.zip |
endstop_phase: Obtain phases directly from stepper microsteps config
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Endstop_Phase.md')
-rw-r--r-- | docs/Endstop_Phase.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Endstop_Phase.md b/docs/Endstop_Phase.md index ec9ee68e..fe0138d3 100644 --- a/docs/Endstop_Phase.md +++ b/docs/Endstop_Phase.md @@ -121,6 +121,6 @@ Additional notes will arrange for the micro-controller to always be reset via a USB 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 + one would then need to manually configure the "trigger_phase" config sections (see [config reference](Config_Reference.md#endstop_phase) for the details). |