fix: fix shell command installation

This commit is contained in:
th33xitus
2021-01-20 15:16:22 +01:00
parent 4748c15424
commit db856de8e5
2 changed files with 37 additions and 24 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