From ffeafb690b9d016e2a4d9fa5dc0115c062148bd8 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 24 Oct 2021 21:55:02 -0400 Subject: [PATCH] docs: Note removal of deprecated features in Config_Changes.md Signed-off-by: Kevin O'Connor --- docs/Config_Changes.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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_` 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.