pause and push notifications
I had set up pushover notifications and had enabled sending with webcam images. However, I hadn't setup the web cam yet. So whenever the push would happen it would quietly fail since there was no image to send. Nots not the end of the world. However, I had a push setup also for pause and continue. So, when the push failed for those it actually bypassed the pause altogether. This was seen in logs too. That's not good.
Comments
gcode:
Log
whats happening?
After a ton of debugging I was able to determine that you must have text after the "@pause". If you dont the server will ignore the pause. However, if you run a gcode file that has the text after pause you can then run gcode files without text and it works!
So, long story short you need text after the pause. The pause isnt that well defined in the manual and I am assuming that its basically text that gets shown to the client.
@getip {{1}}
Then all following commands should work including empty @pause.