diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-08-19 16:51:31 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-08-21 18:08:11 -0400 |
commit | e37d2dee908229fb0f9477cf30ce77834d77f998 (patch) | |
tree | 40e2a90cba63356168d2f31c622f0058cb005cbf | |
parent | e5d5c25154ea3cddd4715932422ef74e985dbdf5 (diff) | |
download | kutter-e37d2dee908229fb0f9477cf30ce77834d77f998.tar.gz kutter-e37d2dee908229fb0f9477cf30ce77834d77f998.tar.xz kutter-e37d2dee908229fb0f9477cf30ce77834d77f998.zip |
docs: Note config list change to Config_Changes.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-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 0644beb5..e0521245 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -8,6 +8,10 @@ All dates in this document are approximate. ## Changes +20210821: Several config settings in `printer.configfile.settings` +will now be reported as lists instead of raw strings. If the actual +raw string is desired, use `printer.configfile.config` instead. + 20210819: In some cases, a `G28` homing move may end in a position that is nominally outside the valid movement range. In rare situations this may result in confusing "Move out of range" errors |