aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Changes.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-10-24 21:55:02 -0400
committerKevin O'Connor <kevin@koconnor.net>2021-11-02 12:45:11 -0400
commitffeafb690b9d016e2a4d9fa5dc0115c062148bd8 (patch)
treef458e11f6f0314edd3de884eb5f0cf245078fba3 /docs/Config_Changes.md
parent8bfcedfb42b3f0918e045493d15b88cd49160fbe (diff)
downloadkutter-ffeafb690b9d016e2a4d9fa5dc0115c062148bd8.tar.gz
kutter-ffeafb690b9d016e2a4d9fa5dc0115c062148bd8.tar.xz
kutter-ffeafb690b9d016e2a4d9fa5dc0115c062148bd8.zip
docs: Note removal of deprecated features in Config_Changes.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r--docs/Config_Changes.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md
index a6558f2e..dc054b48 100644
--- a/docs/Config_Changes.md
+++ b/docs/Config_Changes.md
@@ -8,6 +8,17 @@ All dates in this document are approximate.
## Changes
+20211102: Several deprecated features have been removed. The stepper
+`step_distance` option has been removed (deprecated on 20201222). The
+`rpi_temperature` sensor alias has been removed (deprecated on
+20210219). The mcu `pin_map` option has been removed (deprecated on
+20210325). The gcode_macro `default_parameter_<name>` and macro
+access to command parameters other than via the `params`
+pseudo-variable has been removed (deprecated on 20210503). The heater
+`pid_integral_max` option has been removed (deprecated on 20210612).
+
+20210929: Klipper v0.10.0 released.
+
20210903: The default [`smooth_time`](Config_Reference.md#extruder)
for heaters has changed to 1 second (from 2 seconds). For most
printers this will result in more stable temperature control.