First commit
This commit is contained in:
commit
7693c29676
102 changed files with 11831 additions and 0 deletions
14
files/buzzer-support/buzzer-support.cfg
Normal file
14
files/buzzer-support/buzzer-support.cfg
Normal file
|
@ -0,0 +1,14 @@
|
|||
########################################
|
||||
# Buzzer Support
|
||||
########################################
|
||||
|
||||
[gcode_shell_command beep]
|
||||
command: aplay /usr/data/helper-script/files/buzzer-support/beep.mp3
|
||||
timeout: 2
|
||||
verbose: False
|
||||
|
||||
[gcode_macro BEEP]
|
||||
gcode:
|
||||
RUN_SHELL_COMMAND CMD=beep
|
||||
RUN_SHELL_COMMAND CMD=beep
|
||||
RUN_SHELL_COMMAND CMD=beep
|
Loading…
Add table
Add a link
Reference in a new issue