From a68f577adf87ed596acb1da201bd481fc0687a7b Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Tue, 28 May 2019 12:17:08 -0400 Subject: gcode_macro: Add support for SET_GCODE_VARIABLE command Signed-off-by: Kevin O'Connor --- docs/G-Codes.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/G-Codes.md') diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 3c885677..966371e7 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -176,6 +176,14 @@ The following standard commands are supported: - `STATUS`: Report the Klipper host software status. - `HELP`: Report the list of available extended G-Code commands. +## G-Code Macro Commands + +The following command is available when a "gcode_macro" config section +is enabled: +- `SET_GCODE_VARIABLE MACRO= VARIABLE= + VALUE=`: This command allows one to change the value of a + gcode_macro variable at run-time. + ## Custom Pin Commands The following command is available when an "output_pin" config section -- cgit v1.2.3-70-g09d2