diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-04-26 17:30:57 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-04-26 17:30:57 -0400 |
commit | bf6f84b82d5942cf8a854a39a88826e7d11e1be9 (patch) | |
tree | 3130e3472a258798c60ff94aa846661e3e7c5cca /docs/Config_Changes.md | |
parent | ced389f4f635ed362eccbddba19e4e54dd96e7d6 (diff) | |
download | kutter-bf6f84b82d5942cf8a854a39a88826e7d11e1be9.tar.gz kutter-bf6f84b82d5942cf8a854a39a88826e7d11e1be9.tar.xz kutter-bf6f84b82d5942cf8a854a39a88826e7d11e1be9.zip |
docs: Note that printer.heater got changed to printer.heaters
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 191346b5..24a26d6e 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -6,6 +6,9 @@ All dates in this document are approximate. # Changes +20200425: The gcode_macro command template variable `printer.heater` +was renamed to `printer.heaters`. + 20200313: The default lcd layout for multi-extruder printers with a 16x4 screen has changed. The single extruder screen layout is now the default and it will show the currently active extruder. To use the |