From 95e0ab52d6e3e24f6af7423ca8e5135d0d404b04 Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Tue, 24 Apr 2018 10:18:47 -0400 Subject: [PATCH] Enable power loss recovery --- Marlin/Configuration_adv.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 100250baa1..be5df51233 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -554,6 +554,17 @@ // Add an option in the menu to run all auto#.g files //#define MENU_ADDAUTOSTART + /** + * Continue after Power-Loss (Creality3D) + * + * Store the current state to the SD Card at the start of each layer + * during SD printing. If the recovery file is found at boot time, present + * an option on the LCD screen to continue the print from the last-known + * point in the file. + */ + #define POWER_LOSS_RECOVERY + + /** * Sort SD file listings in alphabetical order. *