Playing beep sound
-
I have put this on my start code for the slicer:
M300 S1024 P150 ; beep at 1 kHz for 150 ms
and according to the documentaion:
"Play beep sound, use to notify events like the end of printing. If an LCD device is attached to RepRapFirmware, a sound is played via the add-on touch screen control panel. Else the web interface will play a beep sound."So I would expect the PanelDue to play that sound, but I cannot hear anything.
What am I doing wrong?(using Duet2 WiFi and PanelDue 5" with current software).
-
@Triet Put a
M400
in front of it. Works for me. -
@infiniteloop I have changed my start code as you proposed, next time I will see what happens.
Although I don't feel completely confident, since the documentation states for M400:"release all axes and extruders owned by the current motion system except for axes/extruders needed by the current tool"
and I don't know the exact meaning/repercutions of that release action. Steppers should stay available for printing!
-
@Triet said in Playing beep sound:
Although I don't feel completely confident
Don't worry, that's optional - as stated in the documentation.