New backup from 14.07.2024 - 20:23:07

This commit is contained in:
jeka
2024-07-14 20:23:07 +05:00
commit 44c4ed4a4e
11 changed files with 671 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