New backup from 05/06/24 - 17:06:35

This commit is contained in:
2024-06-05 17:06:35 +05:00
commit dd7220bb30
13 changed files with 742 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