It seems a little random. Just now I reloaded the Klipper firmware onto the printer and it ran fine. But now it refuses to do anything after homing.
The printer worked mostly fine, having only got it working a month or so ago on Klipper. After upgrading to the latest clipper, Mainsail etc… it has had issues.
@Sineos I think your online log analyzer is having troubles with this file. The time axis is wrapped and that low buffer event doesn’t shows up with scripts/graphstats.py, maybe it’s missing a few sample_resets?
Here’s the log - you’ll see multiple crashes all the way through it.
Here’s the config too. Note that I have separated out gcode macros into a separate file that is then included into the printer.cfg.
I am at my wits end - it must be something stupid that I’ve done with the config etc I’ve tried all sorts of things at this point. I don’t think there’s anything unusual about my CR6-SE - about the only weird thing is the strain gauge and turning off the heater when probing.
klippy (1).log.zip (1.6 MB)
Can some one help with the log file. I got random discoonecton after 3 hours printing. 3 hour print are fine after if more then 3 hours then its mcu error cames. I have attached the log file.
After further investigation it appears that reboots resets the CLOCK_MONOTONIC used as a time reference in the log. The scripts/graphstats.py is also affected by this. I have modified the script to fix this issue and to draw vertical dotted lines for klippy starts (green) and shutdown (red).
There is something on your system that consumed a lot CPU at that time. Try disabling camera and see if it helps. You could also monitor the system process using htop over ssh. What OS are you using on the pi?
Are the shutdowns happening only right after homing like jamesc’s?
You could try confirming that the issue is software related by reverting to an old git commit. Can you remember when was the last time you updated before that recent update?
Log files contains lines like Git version: 'v0.11.0-212-g90e1477d' indicating the version. Maybe you have old logs dating back before the update?