diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2016-12-23 18:28:09 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2016-12-23 18:28:42 -0500 |
commit | 3b668c9baf7800dbda069318986f9477b9f39715 (patch) | |
tree | 898607ba502c17663cc9b056692a9879d57c4660 /docs/Releases.md | |
parent | 618fe0e6fb91c96c3ef8ddc82a1d7378e908f467 (diff) | |
download | kutter-3b668c9baf7800dbda069318986f9477b9f39715.tar.gz kutter-3b668c9baf7800dbda069318986f9477b9f39715.tar.xz kutter-3b668c9baf7800dbda069318986f9477b9f39715.zip |
docs: Add Releases page with history of releases
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Releases.md')
-rw-r--r-- | docs/Releases.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/Releases.md b/docs/Releases.md new file mode 100644 index 00000000..41781fe9 --- /dev/null +++ b/docs/Releases.md @@ -0,0 +1,15 @@ +History of Klipper releases. Please see +[installation](Installation.md) for information on installing Klipper. + +Klipper 0.2.0 +============= + +Initial release of Klipper. Available on 20160525. Major features +available in the initial release include: + +* Basic support for cartesian printers (steppers, extruder, heated + bed, cooling fan). +* Support for common g-code commands. Support for interfacing with + OctoPrint. +* Acceleration and lookahead handling +* Support for AVR micro-controllers via standard serial ports |