diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-03-08 14:06:24 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-03-08 14:11:20 -0500 |
commit | 05ec7ca7ff713bb18e64e2c274e505d673ac109c (patch) | |
tree | 2a48355a4110323d03289a8128da6ba3cd5b9424 /docs/Overview.md | |
parent | ef0c80af51b6941b431a0b035b5cb82eaecd96a2 (diff) | |
download | kutter-05ec7ca7ff713bb18e64e2c274e505d673ac109c.tar.gz kutter-05ec7ca7ff713bb18e64e2c274e505d673ac109c.tar.xz kutter-05ec7ca7ff713bb18e64e2c274e505d673ac109c.zip |
docs: Add a G-Codes.md file with the list of available commands
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Overview.md')
-rw-r--r-- | docs/Overview.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Overview.md b/docs/Overview.md index 9358bc27..2d1c334c 100644 --- a/docs/Overview.md +++ b/docs/Overview.md @@ -16,7 +16,8 @@ on tuning the pressure advance config. The [kinematics](Kinematics.md) document provides some technical details on how Klipper implements motion. The [FAQ](FAQ.md) answers -some common questions. +some common questions. The [G-Codes](G-Codes.md) document lists +currently supported run-time commands. The history of Klipper releases is available at [releases](Releases.md). See [contact](Contact.md) for information on |