New Backup on boot - 13/01/26 - 19:29:19

This commit is contained in:
2026-01-13 19:29:20 +01:00
commit cc24b2f536
7 changed files with 185 additions and 0 deletions

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