Newer
Older
jeltz-klipper-config / shell_command.cfg
@Cory Tucker Cory Tucker 5 days ago 156 bytes initial commit
[gcode_shell_command hello_world]
command: echo hello world
timeout: 2.
verbose: True
[gcode_macro HELLO_WORLD]
gcode:
    RUN_SHELL_COMMAND CMD=hello_world