diff options
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index a81ab014..830381ce 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -1208,10 +1208,11 @@ # provided. #press_gcode: # A list of G-Code commands to execute when the button is pressed. -# G-Code templates are supported. +# G-Code templates are supported. This parameter must be provided. #release_gcode: # A list of G-Code commands to execute when the button is released. -# G-Code templates are supported. +# G-Code templates are supported. The default is to not run any +# commands on a button release. # Run-time configurable output pins (one may define any number of # sections with an "output_pin" prefix). Pins configured here will be |