15 lines
337 B
INI
15 lines
337 B
INI
|
########################################
|
||
|
# 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
|