New backup from 07/15/2024 - 01:24:08 AM

This commit is contained in:
2024-07-15 01:24:08 +05:00
parent 36baa2feec
commit 08c289eb33
8 changed files with 13 additions and 13 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