mirror of
https://github.com/mloy97/RedboneBackup.git
synced 2026-01-01 18:35:57 -05:00
7 lines
156 B
INI
7 lines
156 B
INI
|
|
[gcode_shell_command hello_world]
|
||
|
|
command: echo hello world
|
||
|
|
timeout: 2.
|
||
|
|
verbose: True
|
||
|
|
[gcode_macro HELLO_WORLD]
|
||
|
|
gcode:
|
||
|
|
RUN_SHELL_COMMAND CMD=hello_world
|