Response to event
I have sounds playing on Print Finished and other events.
But how do I make a sound play on a msg like "MMU not responding"?
But how do I make a sound play on a msg like "MMU not responding"?
Comments
Thinking about it I will add a script to these advanced events. There might be more such special cases where it might be useful to execute some operations on special messages. Then you can add an @execute in that script. I'm just at the edge of creating next update anyway to fix some minor but a bit annoying issues.
Well you got that in one, way out of my skill level :-(
Have you updated the manual with an example yet, I can't see an example.
Rule is just a regular expression that must match the firmware response. If it is seen it will execute the script below. Use
https://regex101.com/
to test your expression. From what I see all you need is
^MM not responding
^ means line must start with the text for better speedup.
I had 2 saved a while ago, which never worked, and after updating to 0.92.3 I was able to del 1 but can't save any new ones.