You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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" [email protected] 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.
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.
The text was updated successfully, but these errors were encountered: