Files
3dsprinter_klipper_config/printer_data/config/shell_command.cfg
2024-07-14 20:23:07 +05:00

7 lines
162 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