diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-05-28 10:59:12 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-06-04 09:50:30 -0400 |
commit | ac8f6dfe20cbd59d6c6f5a187e430e16afaee9a8 (patch) | |
tree | 360052f2a908b647f82463700d7b10a57b259337 /docs/Config_Changes.md | |
parent | a238ec6f98e78af9d398c68b74d73f3254e0cbf3 (diff) | |
download | kutter-ac8f6dfe20cbd59d6c6f5a187e430e16afaee9a8.tar.gz kutter-ac8f6dfe20cbd59d6c6f5a187e430e16afaee9a8.tar.xz kutter-ac8f6dfe20cbd59d6c6f5a187e430e16afaee9a8.zip |
gcode_macro: Rename "status" helper to "printer"
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 7ce25a1b..f317db5d 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -6,6 +6,9 @@ All dates in this document are approximate. # Changes +20190528: The magic "status" variable in gcode_macro template +evaluation has been renamed to "printer". + 20190520: The SET_GCODE_OFFSET command has changed; update any g-code macros accordingly. The command will no longer apply the requested offset to the next G1 command. The old behavior may be approximated by |