Added conditional beeping.

This commit is contained in:
Bassam Husain
2023-03-12 01:53:44 -05:00
parent 69a5cbc45c
commit 5ccabd1a3d
3 changed files with 34 additions and 52 deletions

View File

@@ -8,7 +8,6 @@
[include ./cfgs/TEST_SPEED.cfg]
[include ./cfgs/PARKING.cfg]
[include ./cfgs/MECHANICAL_GANTRY_CALIBRATION.cfg]
[include ./cfgs/beeper.cfg]
# NOTE Uncomment the ONE of the following lines if you're using an adxl345
# [include ./cfgs/adxl-rp2040.cfg]
@@ -227,7 +226,7 @@ insert_gcode:
M117 Insert Detected
runout_gcode:
M117 Runout Detected
BEEP i=3 dur=300 freq=400
CONDITIONAL_BEEP i=3 dur=300 freq=400
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.