Revision to Setting up to resume a print after a power failure
* Any time you pause a print from SD card, the state of the print is saved to a special file on the SD card, '''sys/resurrect.g''' | |
- | * On the Duet |
+ | * On the Duet 2, you can also also use the M911 command in config.g to enable automatic pause and state saving when low VIN voltage is detected |
* You must set up file '''sys/resurrect-prologue.g''' to home the printer, taking account of the fact that there will be a print on the bed | |
* When the power supply voltage drops below the auto-pause threshold voltage, the heaters are turned off to conserve power, the state of the print is saved to file '''sys/resurrect.g''' on the SD card, the power fail script specified in the M911 command is run, and the print is left in a paused state |
To undo the changes made by this version, click 'Revert Changes.' This will automatically restore the previous version of this guide.