diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2024-08-16 14:05:13 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2024-09-12 13:24:29 -0400 |
commit | 3a57f71f33edb0bc60ee49079d723891b2072552 (patch) | |
tree | b4c2ae713275b6a3ea69dfa6953bb7fe3e752ccd /docs/Config_Changes.md | |
parent | 293858c51fc51c998a046ba12c00da0418fb8403 (diff) | |
download | kutter-3a57f71f33edb0bc60ee49079d723891b2072552.tar.gz kutter-3a57f71f33edb0bc60ee49079d723891b2072552.tar.xz kutter-3a57f71f33edb0bc60ee49079d723891b2072552.zip |
output_pin: Remove deprecated maximum_mcu_duration and static_value
Remove support for these two config options that were previously
deprecated.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index b5212ce1..484a5c15 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -8,6 +8,10 @@ All dates in this document are approximate. ## Changes +20240912: Support for `maximum_mcu_duration` and `static_value` +parameters in `[output_pin]` config sections have been removed. These +options have been deprecated since 20240123. + 20240415: The `on_error_gcode` parameter in the `[virtual_sdcard]` config section now has a default. If this parameter is not specified it now defaults to `TURN_OFF_HEATERS`. If the previous behavior is |