No Repetier-Informer Push Message on M600 Change filament
Hi,
I am using Repetier Host (0.91.2) and Repetier Firmware (1.0.4dev) and using M600 in G-Code to change filament at a certain layer.
The printer pauses and moves the extruder as expected and displays the "Change filament ..." display on the LCD.
However I don't get a Repetier-Informer Push Message notifying me of the paused printer state.
I have configured host to send messages for all available events, including pause, stop and severe error.
I use @pause in my G-Code and I get a push message for these and for print started and finished.
Are there some logs to look at or printer firmware configuration change I need to make?
Also the Console Message showed:
21:37:42.172: Info:Marked all extruders as unjammed.
21:37:42.172: Jam control disabled:1
21:37:42.172: important: Filament change required!
Thanks for any help.
Comments
Only Repetier-Server will also send messages at M600 detection I think, host does not have it yet. Only real @pause.
Adding
<response type="outOfFilament">^important: Filament change required!</response>
to the file should also catch the M600 case that you have. Have added it for next update, but you can add it also manually.