diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-04-15 15:22:50 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-04-15 22:26:03 -0400 |
commit | 2cce67ad847ca1a92c118295148c1e2216d0bace (patch) | |
tree | ebe59917135caabbf28621fbb3ced6e7119beb31 /docs/Overview.md | |
parent | 2cb935c3006d919e1796644e51caedb3e46f6a3b (diff) | |
download | kutter-2cce67ad847ca1a92c118295148c1e2216d0bace.tar.gz kutter-2cce67ad847ca1a92c118295148c1e2216d0bace.tar.xz kutter-2cce67ad847ca1a92c118295148c1e2216d0bace.zip |
docs: Add initial Kinematics document
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Overview.md')
-rw-r--r-- | docs/Overview.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/Overview.md b/docs/Overview.md index 8b221763..14fb5bd3 100644 --- a/docs/Overview.md +++ b/docs/Overview.md @@ -1,7 +1,9 @@ See [installation](Installation.md) for information on compiling, installing, and running Klipper. Read [features](Features.md) for a -high-level description of useful capabilities. The history of releases -is available at [releases](Releases.md). +high-level description of useful capabilities. The +[kinematics](Kinematics.md) document provides information on how +movement is implemented. The history of releases is available at +[releases](Releases.md). There are also several documents available for developers interested in understanding how Klipper works: |