Hello everyone, has anyone had this problem? I leave the printer on without doing anything and I find it blocked.
This story lacks a bit of adventure I don’t think it’s particularly unexpected, nor worrying. The machine is not really made to stay on without action. There are a lot of continuous measurements that can generate a saturation of the temporary memory or something like that. In addition, there is a well-known bug of electromagnetic disturbance between the tool head and the main motherboard (random and corrected with a piece of ferrite, this issue can happen during printing especialy when the printer doing lot of things but that is random, so…).
Regarding electromagnetic interference, I don’t have an enclosure but I still added the ferrite ring on the extruder group cables.
For how long? A few minutes? Half an hour? A few hours? Days?
FWIW, my Sovol SV07+ stays on (powered on) the whole time. When want to use it, I preheat for the filament I’m using, load filament and then I send the file to print from PrusaSlicer.
It has been up for a while now
mks@mkspi:~$ uptime
18:22:58 up 355 days, 20:59, 1 user, load average: 0.23, 0.17, 0.17
And what about the ecological transition?
Sometimes hours and sometimes days
Try to connect with SSH during the printer is blocked. You may provide more information :
- Who are the running process (
sudo ps aux
) - What is in the logs ? (last logs in ~/printer_data/logs/*.log )
ls /dev/serial/by-id/
(you should find at least two device for the both mainboards)
If you are confortable with the command line, maybe you can restart just the processes to see if something is related to the heat, blocked devices, etc. And if you cannot connect by SSH when the printer is blocked, that is an issue with the OS so you can investigate after the restart onto /var/log/
For ssh, the credentials are sovol sovol
Thank you for the valuable information.
I don’t have any in-depth knowledge in Unix Linux environments, but thanks to the advice, I’ll make it.
I’ll try to analyze the problem and update you as soon as I have the information.
Thanks again!
To be fair, the software should not lock up. Not in hours, days, weeks or months. I have had nix systems that has been running for several 100 days without a hitch, only restarting when required.
If it hangs in hours, days, the risk of failure on print is too high imo.
So if you are having problems with instability, do as suggested and debug with ssh. You could also look into if it is possible to enable “Debug Mode” for more verbose log outputs.
If you havent and are up for it, I would recommend updating the firmware and resetting everything to defaults.
I would check logs, temperatures, and look into smartmontools to verify the EMMC is healthy.
I’m going to have the printer since Christmas, so I have little knowledge and I’ve used it very little." I come from a Flsun Q5 that was very different…
In fact, I’ve sometimes found it stuck in the middle or at the beginning or even at the end of a print."
To enable debugging mode and create in-depth logs what steps do I have to take a time connected in ssh?
The update of the fw was made to the latest version but still crashes more than the previous version.
How could I verify the genuineness and proper state of health of the mcu?
Thank you very much.
First we should identify what stops working.
Are we talking about the printer stopping and not responding, or are we talking system failure aka unresponsive Mainsail?
We are talking about printer stuck and not responsing.
You will have to learn (and that is not just a must, that is also a part of the fun ).
So, when your printer is blocked, wait and, in this order :
- Wrote well the hours with what you “know” : when that works for the last time, when did you performed the stop, what are the printer situation (during a print, head it’s hot, bed, screen, leds…). Before to investigate, analyze the crime scene
- Try to ping it (even from another OS, you have a command like
ping ip.of.your.sovol
(for sure replace with the right ip address) - => if there is no answer, that is not just the software but all the systems who is blocked (that is the most difficult to fix), stop here, stop your printer, i will give you others instructions
- => If that answer, continue
- Connect to the printer througt SSH, there is lot of documentation on internet (even specificly for sv08 but that is exactly the same for any linux systems search “how to connect with ssh from windows/mac”)
- With SSH, run
sudo ls -al /dev/serial/by-id/
and paste here the result - With SSH, run
sudo ps aux
, same - With SSH, run
tail -n100 ~/printer_data/logs/*.log
=> same (+ i do not trust that can provide any confidential informations but for sure read it before sharing to be sure)
With that, that can provide more informations to help. For sure, if you can try when your printer works, that could be help you to rerun the process after that the printer is blocked more easily.
In addition (even if ssh connexion does not works) you can download the full content of the printer logs, that could help too but that is very verbose (do not paste them here for now). You can do it immediatly after the restart directly from the web ui (Machine > Config Files > select Root: logs / Then download all). Keep the files but share with us just a screen of this page for now.
Well, it’s been power on for 48 hours without freezing. Thanks for the info.
I’ll let you know.
Ok it crashed after 6 days.
No response via ssh. Even the original small display is blocked.
I attach screenshots of the log files after reboot.
Not easy to do diagnostics on a screenshot of a log file, it’s what you have inside that matters.
Dose the printer display show any error kode, or is it just locked up?
Nothing error. Just stuck .
Have you checked that the power to the controller is ok and stable?
Are you by any chance connecting to the printer via usb?
(wireless connected printers are so common these days, I often forget that we used usb in the old days)