jschuh / klipper-macros

A collection of useful macros for the Klipper 3D printer firmware
GNU General Public License v3.0
967 stars 173 forks source link

[Feature Request] Buzzer Sound #101

Closed nitroman123 closed 1 year ago

nitroman123 commented 1 year ago

I would love to have a buzzer sound when the filament change has come or the print is finished m300 doesnt work...

jschuh commented 1 year ago

Feature requests belong in the Ideas discussion section.

That stated, assuming your printer board has a hardware buzzer/beeper, then the m300 command is available if you set up the output pin as mentioned in the readme.

nitroman123 commented 1 year ago

i use sonic pad and as far is i know m300 is not supported throw klipper , i am wrong ?

jschuh commented 1 year ago

The previous comment links to the documentation for the M300 implementation in these macros. The implementation itself is in this file. But as the documentation states, you need to have properly configured the output pin (and the printer board must actually have a beeper).

nitroman123 commented 1 year ago

thanks for that , will it work for sonic pad?

jschuh commented 1 year ago

It depends entirely on what printer board the sonic pad is connected to. Now, I'd ask that you please not treat this issue tracker as a help desk. If you have questions about these macros you can direct them to the Q&A discussion. However, answers for general Klipper configuration are probably better found at places like discord.klipper3d.org or in the documentation at www.klipper3d.org.