From 341fc64a670e96f5be5e63abe41cc51cb90ed898 Mon Sep 17 00:00:00 2001 From: Alex Zellner <37265689+zellneralex@users.noreply.github.com> Date: Wed, 26 May 2021 20:21:21 +0200 Subject: gcode_macro: add description property (#4317) Signed-off-by: Alex Zellner --- docs/Config_Reference.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/Config_Reference.md') 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] -- cgit v1.2.3-70-g09d2