Files
LeoVoron2.4/shell_command.cfg
mikhail 10a24aa797 Autocommit from 2025-03-16 16:36:41
Klipper version: v0.12.0-382-ga18c74be0

Moonraker version: v0.9.3-3-gccfe32f

Mainsail version: v2.13.2
2025-03-16 16:36:41 +03:00

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