New backup from 05/06/24 - 23:20:32

This commit is contained in:
2024-06-05 23:20:32 +05:00
parent aed8e15229
commit e61fb482c3
8 changed files with 37 additions and 559 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