gcode_macro: add description property (#4317)

Signed-off-by: Alex Zellner <alexander.zellner@googlemail.com>
This commit is contained in:
Alex Zellner
2021-05-26 20:21:21 +02:00
committed by GitHub
parent ba3bbca861
commit 341fc64a67
3 changed files with 23 additions and 1 deletions

View File

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