diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-11-14 09:46:21 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-11-14 09:46:21 -0500 |
commit | f973886dacdbd516845d48fc5a434f113c16e84b (patch) | |
tree | 98a86783c409f86312b449e2e6fe3734b601c042 | |
parent | e541466591a507b50d5b3c48fc0e17660acda4dc (diff) | |
download | kutter-f973886dacdbd516845d48fc5a434f113c16e84b.tar.gz kutter-f973886dacdbd516845d48fc5a434f113c16e84b.tar.xz kutter-f973886dacdbd516845d48fc5a434f113c16e84b.zip |
docs: Minor rewording in Endstop_Phase.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/Endstop_Phase.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/Endstop_Phase.md b/docs/Endstop_Phase.md index 1089d40d..58c27125 100644 --- a/docs/Endstop_Phase.md +++ b/docs/Endstop_Phase.md @@ -76,13 +76,13 @@ 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 the XY endstops of cartesian printers, but that isn't particularly - useful as a minor error in X/Y endstop position rarely impacts print - quality. It is not valid to use this feature on the XY endstops of - corexy printers (as the XY position is not determined by a single - stepper on corexy kinematics). It is not valid to use this feature - on a printer using a "probe:z_virtual_endstop" Z endstop (as the - stepper phase is only stable if the endstop is at a static location - on a rail). + useful as a minor error in X/Y endstop position is unlikely to + impact print quality. It is not valid to use this feature on the XY + endstops of corexy printers (as the XY position is not determined by + a single stepper on corexy kinematics). It is not valid to use this + feature on a printer using a "probe:z_virtual_endstop" Z endstop (as + the stepper phase is only stable if the endstop is at a static + location on a rail). * After calibrating the endstop phase, if the endstop is later moved or adjusted then it will be necessary to recalibrate the endstop. |