Skip to content

Commit fc0e016

Browse files
committed
docs: Note version 0.5.0 release
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
1 parent f5c0148 commit fc0e016

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/Releases.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
History of Klipper releases. Please see
22
[installation](Installation.md) for information on installing Klipper.
33

4+
Klipper 0.5.0
5+
=============
6+
7+
Available on 20171025. Major changes in this release:
8+
9+
* Support for printers with multiple extruders.
10+
* Initial support for running on the Beaglebone PRU. Initial support
11+
for the Replicape board.
12+
* Initial support for running the micro-controller code in a real-time
13+
Linux process.
14+
* Support for multiple micro-controllers. (For example, one could
15+
control an extruder with one micro-controller and the rest of the
16+
printer with another.) Software clock synchronization is implemented
17+
to coordinate actions between micro-controllers.
18+
* Stepper performance improvements (20Mhz AVRs up to 189K steps per
19+
second).
20+
* Support for controlling servos and support for defining nozzle
21+
cooling fans.
22+
* Several bug fixes and code cleanups
23+
424
Klipper 0.4.0
525
=============
626

0 commit comments

Comments
 (0)