The original post: /r/3dprinting by /u/SomeGuyWhoFoundIt on 2024-12-17 22:45:05.

Overall i like my X Max 3 but it isnt very consistent on the first layer with some filaments. I have now blob of deathed 2 hotends because I missed the start of the print where it was dragging filament. Since the ABL takes so long I would like to add beeps to indicate the end of this cycle so I can watch the start of each print. I found a post with gcode for prusa to add beeps and added it right after the mesh gcode on the printer start code. I used the following:

M300 S1000 P500 ;First beep

M300 S0 P500 ;Wait

M300 S1000 P1000 ;Second beep

M300 S0 P500 ;Wait

M300 S1000 P1500 ;Third beep

When I ran the print however it did not beep. Any advice on how to do this right? Thanks