diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-03-22 21:05:54 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-03-22 21:21:56 -0400 |
commit | 85241882036614a7c34993e875068dd4738d7fcc (patch) | |
tree | 83f181cc61579f5f496703ee1433a35aff980e98 /docs/Overview.md | |
parent | 8a3a32058f2a4ec599d3542d154a6eecbd1b3b85 (diff) | |
download | kutter-85241882036614a7c34993e875068dd4738d7fcc.tar.gz kutter-85241882036614a7c34993e875068dd4738d7fcc.tar.xz kutter-85241882036614a7c34993e875068dd4738d7fcc.zip |
docs: Add Example_Configs.md - info on adding new config files to Klipper
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 48a10a3a..ab74c862 100644 --- a/docs/Overview.md +++ b/docs/Overview.md @@ -52,6 +52,8 @@ communication with the Klipper developers. - [Code overview](Code_Overview.md): Developers should read this first. +- [Example configs](Example_Configs.md): Information on adding an + example config file to Klipper. - [Kinematics](Kinematics.md): Technical details on how Klipper implements motion. - [Protocol](Protocol.md): Information on the low-level messaging |