Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Klipper3d/klipper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2017-10-25 18:27:20 +0300
committerKevin O'Connor <kevin@koconnor.net>2017-10-25 18:27:20 +0300
commitfc0e016a6dc2e87c72ec19eed077818ca31532ed (patch)
treecbd5d08e8ecb5704d58c32e57479758a9349240c
parentf5c0148665c5d32cf31f86b7ad47f5559c08148d (diff)
docs: Note version 0.5.0 releasev0.5.0
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--docs/Releases.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/Releases.md b/docs/Releases.md
index 94552f273..e47d545ae 100644
--- a/docs/Releases.md
+++ b/docs/Releases.md
@@ -1,6 +1,26 @@
History of Klipper releases. Please see
[installation](Installation.md) for information on installing Klipper.
+Klipper 0.5.0
+=============
+
+Available on 20171025. Major changes in this release:
+
+* Support for printers with multiple extruders.
+* Initial support for running on the Beaglebone PRU. Initial support
+ for the Replicape board.
+* Initial support for running the micro-controller code in a real-time
+ Linux process.
+* Support for multiple micro-controllers. (For example, one could
+ control an extruder with one micro-controller and the rest of the
+ printer with another.) Software clock synchronization is implemented
+ to coordinate actions between micro-controllers.
+* Stepper performance improvements (20Mhz AVRs up to 189K steps per
+ second).
+* Support for controlling servos and support for defining nozzle
+ cooling fans.
+* Several bug fixes and code cleanups
+
Klipper 0.4.0
=============