Browse Source

Add POWER_LOSS_RECOVERY to example configs

pull/1/head
Scott Lahteine 6 years ago
parent
commit
594d6f9efd
  1. 10
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h
  2. 10
      Marlin/src/config/examples/Anet/A6/Configuration_adv.h
  3. 10
      Marlin/src/config/examples/Anet/A8/Configuration_adv.h
  4. 10
      Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h
  5. 10
      Marlin/src/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h
  6. 10
      Marlin/src/config/examples/BIBO/TouchX/default/Configuration_adv.h
  7. 10
      Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h
  8. 10
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h
  9. 10
      Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h
  10. 10
      Marlin/src/config/examples/Cartesio/Configuration_adv.h
  11. 10
      Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h
  12. 10
      Marlin/src/config/examples/Creality/CR-10S/Configuration_adv.h
  13. 10
      Marlin/src/config/examples/Creality/CR-10mini/Configuration_adv.h
  14. 10
      Marlin/src/config/examples/Creality/CR-8/Configuration_adv.h
  15. 10
      Marlin/src/config/examples/Creality/Ender-2/Configuration_adv.h
  16. 10
      Marlin/src/config/examples/Creality/Ender-4/Configuration_adv.h
  17. 10
      Marlin/src/config/examples/Felix/Configuration_adv.h
  18. 10
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h
  19. 10
      Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h
  20. 10
      Marlin/src/config/examples/JGAurora/A5/Configuration_adv.h
  21. 10
      Marlin/src/config/examples/MakerParts/Configuration_adv.h
  22. 10
      Marlin/src/config/examples/Malyan/M150/Configuration_adv.h
  23. 10
      Marlin/src/config/examples/Malyan/M200/Configuration_adv.h
  24. 10
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h
  25. 10
      Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h
  26. 10
      Marlin/src/config/examples/RigidBot/Configuration_adv.h
  27. 10
      Marlin/src/config/examples/SCARA/Configuration_adv.h
  28. 10
      Marlin/src/config/examples/Sanguinololu/Configuration_adv.h
  29. 10
      Marlin/src/config/examples/TheBorg/Configuration_adv.h
  30. 10
      Marlin/src/config/examples/TinyBoy2/Configuration_adv.h
  31. 10
      Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h
  32. 10
      Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h
  33. 10
      Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h
  34. 10
      Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h
  35. 10
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h
  36. 10
      Marlin/src/config/examples/delta/FLSUN/kossel/Configuration_adv.h
  37. 10
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h
  38. 10
      Marlin/src/config/examples/delta/generic/Configuration_adv.h
  39. 10
      Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h
  40. 10
      Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h
  41. 10
      Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h
  42. 10
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h
  43. 10
      Marlin/src/config/examples/makibox/Configuration_adv.h
  44. 10
      Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h
  45. 10
      Marlin/src/config/examples/wt150/Configuration_adv.h

10
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/Anet/A6/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/Anet/A8/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/BIBO/TouchX/default/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/Cartesio/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/Creality/CR-10S/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/Creality/CR-10mini/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/Creality/CR-8/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/Creality/Ender-2/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/Creality/Ender-4/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/Felix/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/JGAurora/A5/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/MakerParts/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/Malyan/M150/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/Malyan/M200/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h

@ -556,6 +556,16 @@
// 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.
*

10
Marlin/src/config/examples/RigidBot/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/SCARA/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/Sanguinololu/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/TheBorg/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/TinyBoy2/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h

@ -568,6 +568,16 @@
// 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.
*

10
Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h

@ -557,6 +557,16 @@
// 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.
*

10
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h

@ -557,6 +557,16 @@
// 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.
*

10
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration_adv.h

@ -557,6 +557,16 @@
// 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.
*

10
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h

@ -557,6 +557,16 @@
// 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.
*

10
Marlin/src/config/examples/delta/generic/Configuration_adv.h

@ -557,6 +557,16 @@
// 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.
*

10
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h

@ -557,6 +557,16 @@
// 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.
*

10
Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h

@ -562,6 +562,16 @@
// 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.
*

10
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h

@ -557,6 +557,16 @@
// 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.
*

10
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/makibox/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h

@ -555,6 +555,16 @@
// 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.
*

10
Marlin/src/config/examples/wt150/Configuration_adv.h

@ -556,6 +556,16 @@
// 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.
*

Loading…
Cancel
Save