Feature Suggestion: Optional beep on various events
Opened this issue · 2 comments
Option for printer to beep (M300) on specified events, such as print completion, or possibly certain errors. Would probably be a feature for users with a smaller number of bots. Would somehow need to send that gcode while the printer is in working mode.
For print completion, you could just make that the last gcode in your file.
The main problem with doing it for errors is that the main errors it
detects are being unable to talk to the bot. :D
On Jul 13, 2015 7:40 PM, "Eric Carlson" notifications@github.com wrote:
Option for printer to beep (M300) on specified events, such as print
completion, or possibly certain errors. Would probably be a feature for
users with a smaller number of bots. Would somehow need to send that gcode
while the printer is in working mode.—
Reply to this email directly or view it on GitHub
#139.
True. And yeah, unfortunately most errors are things like extruder jams and poor bead height that only humans can see.