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
This commit is contained in:
2025-03-16 16:36:41 +03:00
parent 5b07fda880
commit 10a24aa797
5 changed files with 18 additions and 28 deletions

7
shell_command.cfg Normal file
View File

@@ -0,0 +1,7 @@
[gcode_shell_command hello_world]
command: echo hello world
timeout: 2.
verbose: True
[gcode_macro HELLO_WORLD]
gcode:
RUN_SHELL_COMMAND CMD=hello_world