Repetier Server Pro probes Bad after completed print
I don't know if it's a bug or I have miss configured something but it just cost me 20€, A lot of work and my printer is now damaged. The problem is the following;
After a print is completed (not the print job in Repetier) it tries to rehome the z axes resulting in the hot nozzle destroying my part. I observed this once before on a calibration cube and thought it was just a bug in my g code (Because it did not happen the next 10-15 prints). Then I printed a large part today and it smashed itself in the part luckily I stopped it before it got worse and bend the axes. Because I powered off to stop it the "Retten" feature turned against me and instantly tried to rehome xy resulting in even more damage. (Also the "Retten" feature has a bug where even if you press the STOP button it tries to rehome again). I did not configure any custom gcode in Repetier server also I observed the gcode from my part and there was nothing about rehoming z axes.
As a slicer I use Cura (4.6.1) with the Cura plugin for Repetier and I attached my Repetier Firmware and the GCode.
(I used Octoprint with the exact same setup before so the bug must have something to do with Repetier server)
After a print is completed (not the print job in Repetier) it tries to rehome the z axes resulting in the hot nozzle destroying my part. I observed this once before on a calibration cube and thought it was just a bug in my g code (Because it did not happen the next 10-15 prints). Then I printed a large part today and it smashed itself in the part luckily I stopped it before it got worse and bend the axes. Because I powered off to stop it the "Retten" feature turned against me and instantly tried to rehome xy resulting in even more damage. (Also the "Retten" feature has a bug where even if you press the STOP button it tries to rehome again). I did not configure any custom gcode in Repetier server also I observed the gcode from my part and there was nothing about rehoming z axes.
As a slicer I use Cura (4.6.1) with the Cura plugin for Repetier and I attached my Repetier Firmware and the GCode.
(I used Octoprint with the exact same setup before so the bug must have something to do with Repetier server)
Comments
First thing to check is firmware - you said repetier-firmware and latest 1.0.4 has special support for the rescue function. E.g. on usb disconnect for more than a few seconds it will move to a park position. Same feature can also cause an automatic continue after reconnect running the 2 rescue scripts Run on connect and Rescue to continue the print. So please check this for understanding the behaviour after a reset which is the same. You can also disable the automatic continue by setting the continue time to 0.
The main problem seems to be the home after print running you into these problems. I know that is not a feature of server and surely is dangerous if you don't have z max homing. So please check the event dependent scripts in server configuration if they contain the home command. That would be the only logical place if it is not contained in the gcode.