diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-10-24 21:55:02 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-11-02 12:45:11 -0400 |
commit | ffeafb690b9d016e2a4d9fa5dc0115c062148bd8 (patch) | |
tree | f458e11f6f0314edd3de884eb5f0cf245078fba3 /docs/Config_Changes.md | |
parent | 8bfcedfb42b3f0918e045493d15b88cd49160fbe (diff) | |
download | kutter-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.md | 11 |
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. |