aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Overview.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2016-10-15 13:36:14 -0400
committerKevin O'Connor <kevin@koconnor.net>2016-10-19 13:35:49 -0400
commit98ce7dc465ff73e7c57b040d8d3aa76aeb947bc9 (patch)
tree5b7e397eb8984df6fd23ebef5c8f23de857b0e68 /docs/Overview.md
parent9edf60ffc674f4daf5124b82de6c6033172cca5e (diff)
downloadkutter-98ce7dc465ff73e7c57b040d8d3aa76aeb947bc9.tar.gz
kutter-98ce7dc465ff73e7c57b040d8d3aa76aeb947bc9.tar.xz
kutter-98ce7dc465ff73e7c57b040d8d3aa76aeb947bc9.zip
docs: Add Firmware_Commands.md with information on common firmware commands
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Overview.md')
-rw-r--r--docs/Overview.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Overview.md b/docs/Overview.md
index ba230117..6c7a9458 100644
--- a/docs/Overview.md
+++ b/docs/Overview.md
@@ -5,7 +5,9 @@ See [code overview](Code_Overview.md) for developer information on the
structure and layout of the Klipper code.
See [protocol](Protocol.md) for developer information on the messaging
-protocol between host and firmware.
+protocol between host and firmware. See also
+[firmware commands](Firmware_Commands.md) for a high-level description
+of some commands implemented in the firmware.
See [debugging](Debugging.md) for developer information on how to test
and debug Klipper.