Wird bed crashing issue in v1.0.0
Hey,
since my upgrade I had serious issues with my nozzle crashing into the bed. I run homing without an issue, but once the printing starts, the nozzle crashes into the bed and I have no idea why. here is a new warning about a connection issue. I may check again, but my textured plate is already damaged and I am very reluctant to break my x gantry and everything because of that.
I am assuming it has something to do with the upgrade because I changed nothing else.
Btw, is there still no option to upload screenshots.....
since my upgrade I had serious issues with my nozzle crashing into the bed. I run homing without an issue, but once the printing starts, the nozzle crashes into the bed and I have no idea why. here is a new warning about a connection issue. I may check again, but my textured plate is already damaged and I am very reluctant to break my x gantry and everything because of that.
I am assuming it has something to do with the upgrade because I changed nothing else.
Btw, is there still no option to upload screenshots.....
Comments
wget http://download1.repetier.com/files/server/debian-armhf/Repetier-Server-0.94.3-Linux.deb
sudo dpkg -i Repetier-Server-0.94.3-Linux.deb
rm Repetier-Server-0.94.3-Linux.deb
After similar issues I use to perform sone bltouch homing tests above the bed to make sure nothing is broken there, but it seems like a few other issues might have been introduced by the optimizations.
We had printed several 100 hours without problems and apart from you 2 had no similar messages, so questions is what it takes to create a crash and how it is possible at all. I mean firmware knows where z min/max is and should prevent moves outside normally on it's own.
So what is happening exactly - any logs would be helpful here.
What is new is that we now interpret position reports from firmware. If that is wrong it is possible that you can send moves to illegal positions but that also means printer moves without homing first and reports wrong positions then and has no protection. That is I think the easiest way - to have no homing and then move. In most configurations this is allowed and you can exceed limits with that. Is that something that could have happened? Maybe combined with a reconnect that caused the firmware to reset and loose homing informations?
Now, I had this today as well, and after a while, with some poer on/off of the printer and some restarts of Repetier server, it finally went away, but I have no clue why this happens after a successful print. The same end gcode is with SuperSlicer on my Ender3 printer that does not have the issue.
- If everything is fine and bltouch works (for homing), then M119 shows "triggered" when stowed and "open" when deployed.
- If I send the M119 to the bltouch in stowed mode and it deploys, then I know there is an issue. I did a G28 then and it always failed to trigger the probe.
It happened n ow a few times when a print finished successfully, that then a G28 led to a crash into bed, even though the print just before went fine with the G28 in the startup gcode. Somehow something happens after the print.
What you describe seems like M119 is not just querying but also runs deploys/stows under some condition. Here the experts for your firmware are in question I'd say.
Anyhow, great it works again.