aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-12-04 12:26:45 -0500
committerKevin O'Connor <kevin@koconnor.net>2019-12-04 12:26:45 -0500
commit10270dc7ef45b75824c0d3addced92f6c4ac599c (patch)
tree416b9ca47f43bd024b11ed7b70c5098add36c352 /docs
parentf82a85aad015f76d95ba9c33d1642e54fb6f36dc (diff)
downloadkutter-10270dc7ef45b75824c0d3addced92f6c4ac599c.tar.gz
kutter-10270dc7ef45b75824c0d3addced92f6c4ac599c.tar.xz
kutter-10270dc7ef45b75824c0d3addced92f6c4ac599c.zip
docs: Fix another typo in Code_Overview.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/Code_Overview.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Code_Overview.md b/docs/Code_Overview.md
index 21b29417..6ee53fa4 100644
--- a/docs/Code_Overview.md
+++ b/docs/Code_Overview.md
@@ -447,12 +447,12 @@ but does not include moves on the look-ahead queue. One may use the
`toolhead.flush_step_generation()` or `toolhead.wait_moves()` calls to
fully flush the look-ahead and step generation code.
-The "kinematic" position (`kin.set_tag_position()` and
+The "kinematic" position (`stepper.set_tag_position()` and
`kin.calc_tag_position()`) is the cartesian position of the toolhead
as derived from the "stepper" position and is relative to the
coordinate system specified in the config file. This may differ from
the requested cartesian position due to the granularity of the stepper
-motors. If the robot is in motion when `kin.set_tag_position()` is
+motors. If the robot is in motion when `stepper.set_tag_position()` is
issued then the reported value includes moves buffered on the
micro-controller, but does not include moves on the look-ahead
queue. One may use the `toolhead.flush_step_generation()` or