tinkergnome 927
It is feasible to implement, or there are objective limitations because of the nature of the Arduino platform?
Actually - there are such limitations too. The Marlin firmware on Arduino can open only one file at a time for a reason. Each file access needs a separate buffer and memory is pretty scarce already (is this the right word...?).
And keep in mind that you would have to backup (and restore) all axis positions, the current print settings and the file position too.
In addtion: if you're using the heated buildplate the print is ruined anyway, if it cools down on a power fail.
At least some thoughts about a resurrection system are existing, here is an example. But this also implies that the printed object does not loses the adhesion to the buildplate.
My conclusion:
Probably saving the printer status is feasible this way, but the whole effort is useless if you're not able to keep the buildplate hot...
Recommended Posts
nallath 1,124
Writing to an SD card is dangerous, especially when there is a chance of random power surges. If you're writing to an SD card and the power drops, there is a chance that you ruin the entire card.
Link to post
Share on other sites