Geeetech3D / Smartto-Eclipse

3D printer firmware and hardware of for stm32
GNU General Public License v2.0
26 stars 16 forks source link

Suggestion: Play beep sound #12

Closed kaktusus closed 6 years ago

kaktusus commented 6 years ago

Hi

  1. The Gcode can be used to generate audio signals. At present, sending a code to the controller: M300 P10 S100 M30 P50 S200 Parameters Snnn frequency in Hz Pnnn duration in milliseconds

will generate one short sound, not a longer modulated one. Separate queuing of audio commands could be considered.

  1. I suggest you generate short beeps after using the encoder button, or each time you rotate the encoder. There may be an additional option in the menu to disable these sounds.

Can this be taken into account in development plans?

kaktus

Geeetech3D commented 6 years ago

Thanks @kaktusus ! we will add this M300 gcode

redsleep commented 6 years ago

Hello there:

Thank you so much for your suggestion. In the later development, I will consider the command control and button control of the sound. We hope that you can provide more valuable suggestions for us later, and we will seriously consider them.

I hope you have a nice day!

Jone

kaktusus commented 6 years ago

Jone, you can count on me to do that.