New backup from 14.07.2024 - 23:40:21

This commit is contained in:
2024-07-14 23:40:21 +05:00
parent c221f97a6a
commit 7a193e8b3c
9 changed files with 74 additions and 495 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