diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-10-14 21:13:47 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-10-17 10:41:14 -0400 |
commit | bfcd5536fcc3e434c3a3021936c8e95a9e151129 (patch) | |
tree | 2ad9facc93e562dbf09dc2579f81b0da21bfb4b3 /docs/Overview.md | |
parent | 11bf83b49877f9db3f90072be73a3e078003c6a2 (diff) | |
download | kutter-bfcd5536fcc3e434c3a3021936c8e95a9e151129.tar.gz kutter-bfcd5536fcc3e434c3a3021936c8e95a9e151129.tar.xz kutter-bfcd5536fcc3e434c3a3021936c8e95a9e151129.zip |
docs: Add initial API_Server.md document
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Overview.md')
-rw-r--r-- | docs/Overview.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Overview.md b/docs/Overview.md index 0e34593c..f7ffe574 100644 --- a/docs/Overview.md +++ b/docs/Overview.md @@ -52,6 +52,8 @@ communication with the Klipper developers. implements motion. - [Protocol](Protocol.md): Information on the low-level messaging protocol between host and micro-controller. +- [API Server](API_Server.md): Information on Klipper's command and + control API. - [MCU commands](MCU_Commands.md): A description of low-level commands implemented in the micro-controller software. - [Debugging](Debugging.md): Information on how to test and debug |