From e9cd86f4688d9cd3f668bf66b898e67f9d49a1a9 Mon Sep 17 00:00:00 2001 From: Arksine Date: Wed, 12 Aug 2020 17:53:17 -0400 Subject: [PATCH] docs: add "confirmed_macros" option to paneldue documentation Signed-off-by: Eric Callahan --- docs/installation.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 06f9c7a..7c6f9f3 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -182,6 +182,13 @@ macros: # PanelDue's "macros" tab. These can be gcode macros or simple # gcodes. A macro may contain parameters. The default is no # macros will be displayed by the PanelDue. +confirmed_macros: + RESTART + FIRMWARE_RESTART +# Like the "macros" option, this list is added to the macros tab. +# When one of these macros is excuted the PanelDue will prompt +# the user with a confirmation dialog. The default is to include +# RESTART and FIRMWARE_RESTART. ``` Most options above are self explanatory. The "macros" option can be used