docs: Update Command_templates.md - numbers in gcode_macro name must be at end
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -5,7 +5,9 @@ sequences in gcode_macro (and similar) config sections.
|
|||||||
|
|
||||||
Case is not important for the G-Code macro name - MY_MACRO and
|
Case is not important for the G-Code macro name - MY_MACRO and
|
||||||
my_macro will evaluate the same and may be called in either upper or
|
my_macro will evaluate the same and may be called in either upper or
|
||||||
lower case.
|
lower case. If any numbers are used in the macro name then they must
|
||||||
|
all be at the end of the name (eg, TEST_MACRO25 is valid, but
|
||||||
|
MACRO25_TEST3 is not).
|
||||||
|
|
||||||
### Formatting of G-Code in the config
|
### Formatting of G-Code in the config
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user