@pause in gcode fails
I'm running repetier server 0.80.3 for a wanhao di3 stock repetier fw.
I tried using the @pause command in the gcode, but according to the prints log file, all the other commands processed but the @pause was ignored. Any idea why this could have happened or how to investigate further?
Screenshots at https://goo.gl/photos/Y9HoGVKhuwFKsWrj8
I tried using the @pause command in the gcode, but according to the prints log file, all the other commands processed but the @pause was ignored. Any idea why this could have happened or how to investigate further?
Screenshots at https://goo.gl/photos/Y9HoGVKhuwFKsWrj8
Comments
@pause; should be:
@pause ;
And I could also do:
@pause change filament ; pause and send msg.
Thanks again and I'll unlikely this in the next print