diff options
author | Arksine <arksine.code@gmail.com> | 2020-11-12 07:14:50 -0500 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2020-11-13 20:48:15 -0500 |
commit | bdaca327072598452c14aa6716fa292446cc8086 (patch) | |
tree | 271c6c0ad921a474f64aa8dea30820595cd9dcec /docs | |
parent | 5970227cbd74bbfa095098a051d0d549562e42ab (diff) | |
download | kutter-bdaca327072598452c14aa6716fa292446cc8086.tar.gz kutter-bdaca327072598452c14aa6716fa292446cc8086.tar.xz kutter-bdaca327072598452c14aa6716fa292446cc8086.zip |
docs: Note the change in "print_stats.duration"
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
Diffstat (limited to 'docs')
-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 9153f64a..39dcafb7 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -6,6 +6,10 @@ All dates in this document are approximate. # Changes +20201112: The time reported by `print_stats.print_duration` has +changed. The duration prior to the first detected extrusion is +now excluded. + 20201029: The neopixel `color_order_GRB` config option has been removed. If necessary, update the config to set the new `color_order` option to RGB, GRB, RGBW, or GRBW. |