docs: Add a features document

Add a document describing some high-level features in Klipper.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2016-12-20 22:22:54 -05:00
parent 1d841eeb87
commit 18456f71f8
3 changed files with 92 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
See [installation](Installation.md) for information on compiling,
installing, and running Klipper.
installing, and running Klipper. Read [features](Features.md) for a
high-level description of useful capabilities.
See [code overview](Code_Overview.md) for developer information on the
structure and layout of the Klipper code.