Custom Push Messages
Is it possible to setup custom push messages? The main one I am thinking of is to add a notification when the bed reaches temperature. My setup takes a long time for the bed to heat up when I am printing ABS, and a notification would be nice that it has reached the temp so I don't have to keep checking on it. Thanks!
Comments
Why not add a new hostcommand @notice
I would like to do a pause to insert some nuts and would like to to:
@pause
@notice Time to insert the nuts
Or have the @pause command which already has the notice to both send it to the screen as well as a a push message.
Could simply be a checkoption during print to have all @pause messages sent as a push message as well.
Currently, I run the following G-Code in Repetier-Server to prep the printer for a PLA print...
Note: The below is valid G-Code (yes even with the comments)
So the question I had about your response comment quoted above is, What exact G-Codes do I add to the end after finishing the wait on my extruder temp to be reached? It sounds like you are saying you need to fill the buffer with non used commands (such as an M117 command to set the LCD text)? But I don't see any information on HOW to get the Repetier-Informer App to show you a custom push notification such as "Printer Ready For Print". Just sending a bunch of extra G-Code at the end would not send a custom message of any type.
@syncMotion
@pushmessage your message
Hope pushmassage was the right command, but the correct one stands In server manual. Syncmotion adds he fill commands so buffering is no problem.