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-04-29 20:38:44 +0300
committerKevin O'Connor <kevin@koconnor.net>2017-05-03 21:32:36 +0300
commit8f1d0c2a7c49b596cb5a9a8b92b3200485049cf6 (patch)
tree08f6ba7a83a6c8b695399964e8c09caac707e947
parent02549c9299556132f5ac91a3df2ed31755e423db (diff)
docs: Note version 0.4.0 releasev0.4.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 9cd5aa31f..94552f273 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.4.0
+=============
+
+Available on 20170503. Major changes in this release:
+
+* Improved installation on Raspberry Pi machines. Most of the install
+ is now scripted.
+* Support for corexy kinematics
+* Documentation updates: New Kinematics document, new Pressure Advance
+ tuning guide, new example config files, and more
+* Stepper performance improvements (20Mhz AVRs over 175K steps per
+ second, Arduino Due over 460K)
+* Support for automatic micro-controller resets. Support for resets
+ via toggling USB power on Raspberry Pi.
+* The pressure advance algorithm now works with look-ahead to reduce
+ pressure changes during cornering.
+* Support for limiting the top speed of short zigzag moves
+* Support for AD595 sensors
+* Several bug fixes and code cleanups
+
Klipper 0.3.0
=============