PrusaOwners / Marlin

Optimized firmware for RepRap 3D printers based on the Arduino platform.
http://www.marlinfw.org/
GNU General Public License v3.0
15 stars 4 forks source link

Power panic #14

Open stahlfabrik opened 5 years ago

stahlfabrik commented 5 years ago

One could try to implement power panic.

NickSica commented 5 years ago

What needs to be added that isn't already in power_loss_recovery?

stahlfabrik commented 5 years ago

Marlins power loss recovery is completely different than power panic from Prusa. Marlin continuously can write the current gcode to the sd. So when power goes out it can resume. Downside is that it grinds down the sd card.

Prusas implementations quickly stores mesh bed level, temp and current gcode etc to eeprom in the moment the power goes out. So no flash chip is grinded down.

So one would have to implement that from the ground