diff options
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 03d35460..5d06a4a1 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -182,7 +182,8 @@ The following command is available when a "gcode_macro" config section is enabled: - `SET_GCODE_VARIABLE MACRO=<macro_name> VARIABLE=<name> VALUE=<value>`: This command allows one to change the value of a - gcode_macro variable at run-time. + gcode_macro variable at run-time. The provided VALUE is parsed as a + Python literal. ## Custom Pin Commands |