gcode_macro: Rename "status" helper to "printer"

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2019-05-28 10:59:12 -04:00
committed by KevinOConnor
parent a238ec6f98
commit ac8f6dfe20
2 changed files with 8 additions and 5 deletions

View File

@@ -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