New backup from 14/07/24 - 20:02:54

This commit is contained in:
2024-07-14 20:02:54 +05:00
parent 9a1b8bbdbe
commit f5514fbaeb
8 changed files with 577 additions and 37 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