diff options
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index dd2c3b3f..b849b4c2 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -582,6 +582,14 @@ # measurements must be provided. +# G-Code macros (one may define any number of sections with a +# "gcode_macro" prefix). +#[gcode_macro my_cmd] +#gcode: +# A list of G-Code commands (one per line) to execute in place of +# "my_cmd". This parameter must be provided. + + # Replicape support - see the generic-replicape.cfg file for further # details. #[replicape] |