diff options
author | Alex Zellner <37265689+zellneralex@users.noreply.github.com> | 2021-05-26 20:21:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 14:21:21 -0400 |
commit | 341fc64a670e96f5be5e63abe41cc51cb90ed898 (patch) | |
tree | 5211a4d841c66510321f7c0f9c32588036694078 /docs/Config_Reference.md | |
parent | ba3bbca8618e3ba2cea961c72474d5a89974b23d (diff) | |
download | kutter-341fc64a670e96f5be5e63abe41cc51cb90ed898.tar.gz kutter-341fc64a670e96f5be5e63abe41cc51cb90ed898.tar.xz kutter-341fc64a670e96f5be5e63abe41cc51cb90ed898.zip |
gcode_macro: add description property (#4317)
Signed-off-by: Alex Zellner <alexander.zellner@googlemail.com>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index e2930f1b..f09b90a9 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -1237,6 +1237,9 @@ G-Code macros (one may define any number of sections with a # commands. Care should be taken when overriding commands as it can # cause complex and unexpected results. The default is to not # override an existing G-Code command. +#description: G-Code macro +# This will add a short description used at the HELP command or while +# using the auto completion feature. Default "G-Code macro" ``` ## [delayed_gcode] |