aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-12-04 12:17:13 -0500
committerKevin O'Connor <kevin@koconnor.net>2019-12-04 12:17:13 -0500
commitf82a85aad015f76d95ba9c33d1642e54fb6f36dc (patch)
tree42d33eb77235d3779bc59c425889b118c1f4252f
parente17f2bac960a03b7c7a887b5b0bfb46eab66b391 (diff)
downloadkutter-f82a85aad015f76d95ba9c33d1642e54fb6f36dc.tar.gz
kutter-f82a85aad015f76d95ba9c33d1642e54fb6f36dc.tar.xz
kutter-f82a85aad015f76d95ba9c33d1642e54fb6f36dc.zip
docs: Fix typo in Code_Overview.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--docs/Code_Overview.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Code_Overview.md b/docs/Code_Overview.md
index 1e6ef4de..21b29417 100644
--- a/docs/Code_Overview.md
+++ b/docs/Code_Overview.md
@@ -439,7 +439,7 @@ queue.
The "stepper" position (`stepper.get_commanded_position()`) is the
position of the given stepper as tracked by the kinematics code. This
generally corresponds to the position (in mm) of the carriage along
-its rail, relative to the endstop_position specified in the config
+its rail, relative to the position_endstop specified in the config
file. (Some kinematics track stepper positions in radians instead of
millimeters.) If the robot is in motion when the query is issued then
the reported value includes moves buffered on the micro-controller,