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>2021-09-30 04:06:21 +0300
committerKevin O'Connor <kevin@koconnor.net>2021-09-30 04:36:52 +0300
commit2a964a4614d96af882736e55441937fb3d848fb7 (patch)
tree68de4a09e0290598e27ff7d08442467a81bb8062
parent1b166dd599e06f1decb94c80f1bc16dbb66e7840 (diff)
docs: Note the release of v0.10.0v0.10.0
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--docs/Releases.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/Releases.md b/docs/Releases.md
index f5a93a915..286c4fe1b 100644
--- a/docs/Releases.md
+++ b/docs/Releases.md
@@ -3,6 +3,38 @@
History of Klipper releases. Please see
[installation](Installation.md) for information on installing Klipper.
+## Klipper 0.10.0
+
+Available on 20210929. Major changes in this release:
+* Support for "Multi-MCU Homing". It is now possible for a stepper
+ motor and its endstop to be wired to separate micro-controllers.
+ This simplifies wiring of Z probes on "toolhead boards".
+* Klipper now has a
+ [Community Discord Server](https://discord.klipper3d.org)
+ and a [Community Discourse Server](https://community.klipper3d.org).
+* The [Klipper website](https://www.klipper3d.org) now uses the
+ "mkdocs" infrastructure. There is also a
+ [Klipper Translations](https://github.com/KevinOConnor/klipper-translations)
+ project.
+* Automated support for flashing firmware via sdcard on many boards.
+* New kinematic support for "Hybrid CoreXY" and "Hybrid CoreXZ"
+ printers.
+* Klipper now uses `rotation_distance` to configure stepper motor
+ travel distances.
+* The main Klipper host code can now directly communicate with
+ micro-controllers using CAN bus.
+* New "motion analysis" system. Klipper's internal motion updates and
+ sensor results can be tracked and logged for analysis.
+* Trinamic stepper motor drivers are now continuously monitored for
+ error conditions.
+* Support for the rp2040 micro-controller (Raspberry Pi Pico boards).
+* The "make menuconfig" system now utilizes kconfiglib.
+* Many additional modules added: ds18b20, duplicate_pin_override,
+ filament_motion_sensor, palette2, motion_report, pca9533,
+ pulse_counter, save_variables, sdcard_loop, temperature_host,
+ temperature_mcu
+* Several bug fixes and code cleanups.
+
## Klipper 0.9.0
Available on 20201020. Major changes in this release: