Repetier server crashes at the end of the prints
It only happens with my Anycubic i3 mega but the server crashes by the end of the last layer. It does not spoil the print (except for a little blob due tot he fact that it leaves the nozzle right on the print) but it has become an annoyance to restart the server manually after each print. This also makes it impossible to have more than one printer connected to the server because any other printer would fail when the server crashes after the i3 mega print is finished.
I checked and rechecked the configuration of the i3 mega but found nothing special. I use different slicers on different machines with the same problem, so this should not be Gcode related.
Any ideas ?
I checked and rechecked the configuration of the i3 mega but found nothing special. I use different slicers on different machines with the same problem, so this should not be Gcode related.
Any ideas ?
Comments
Perhaps there is something conflicting with the stock firmware of the i3 mega that is an old version of Marlin. The other printers do nothave this problem.
Main question is at the moment for me if it crashes or blocks. Assuming you use it on a pi, does
ps aux | grep tier still show it.
If it is still running but does not respond you have a hang. If it is not running any more it crashed.
https://www.repetier-server.com/knowledgebase/debugging-crashes-hangs-on-linux/
Shows how to debug it so I find the reason. If it hangs do it as described if it crashes start server instead inside debugger
sudo gdb --args /usr/local/Repetier-Server/bin/RepetierServer -c /usr/local/Repetier-Server/etc/RepetierServer.xml
rand it will show where it crashed and why. Then provide the backtrace (bt).
Meanwhile, I did a reinstall of everything and now it seems to work back again. It would have been intersting to know what made it terminate that way, but user impatience killed the curiosity...