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>2016-12-24 03:10:09 +0300
committerKevin O'Connor <kevin@koconnor.net>2016-12-24 03:10:09 +0300
commit3576dd6e874a946843b7e8332a6d98cf30be1930 (patch)
treee11b364e72b96bf29bd846bb3ae3cd02b602f334
parent3b668c9baf7800dbda069318986f9477b9f39715 (diff)
docs: Note version 0.3.0 releasev0.3.0
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--docs/Releases.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/Releases.md b/docs/Releases.md
index 41781fe9a..9cd5aa31f 100644
--- a/docs/Releases.md
+++ b/docs/Releases.md
@@ -1,6 +1,29 @@
History of Klipper releases. Please see
[installation](Installation.md) for information on installing Klipper.
+Klipper 0.3.0
+=============
+
+Available on 20161223. Major changes in this release:
+
+* Improved documentation
+* Support for robots with delta kinematics
+* Support for Arduino Due micro-controller (ARM cortex-M3)
+* Support for USB based AVR micro-controllers
+* Support for "pressure advance" algorithm - it reduces ooze during
+ prints.
+* New "stepper phased based endstop" feature - enables higher
+ precision on endstop homing.
+* Support for "extended g-code" commands such as "help", "restart",
+ and "status".
+* Support for reloading the Klipper config and restarting the host
+ software by issuing a "restart" command from the terminal.
+* Stepper performance improvements (20Mhz AVRs up to 158K steps per
+ second).
+* Improved error reporting. Most errors now shown via the terminal
+ along with help on how to resolve.
+* Several bug fixes and code cleanups
+
Klipper 0.2.0
=============