gcode_macro: Add the ability to define custom g-code macros

Add the ability to add a custom g-code command that in turn executes
one or more configured g-code commands.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2018-05-25 12:33:01 -04:00
parent 2994638380
commit c38a63d4db
2 changed files with 37 additions and 0 deletions

View File

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