diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-03-23 15:55:56 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-03-31 13:08:12 -0400 |
commit | a7f69caa37a0290b80ce376281e311cb36ef48fd (patch) | |
tree | 201f47723bbe64c0b0ed623a64445ac4b4affdce /docs/Config_Changes.md | |
parent | 2001eecd5e85f5c18cbacdfa9534eeaf0179d740 (diff) | |
download | kutter-a7f69caa37a0290b80ce376281e311cb36ef48fd.tar.gz kutter-a7f69caa37a0290b80ce376281e311cb36ef48fd.tar.xz kutter-a7f69caa37a0290b80ce376281e311cb36ef48fd.zip |
docs: Note change to neopixel/dotstar API status fields
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index b78a23be..587c06b0 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -8,6 +8,12 @@ All dates in this document are approximate. ## Changes +20220330: The format of the `printer.neopixel.color_data` status +information for neopixel and dotstar modules has changed. The +information is now stored as a list of color lists (instead of a list +of dictionaries). See the [status reference](Status_Reference.md#led) +for details. + 20220307: `M73` will no longer set print progress to 0 if `P` is missing. 20220304: There is no longer a default for the `extruder` parameter of |