Browse Source

Add POWER_LOSS_PIN to example configs

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

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -597,6 +597,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

4
Marlin/src/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

4
Marlin/src/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -590,6 +590,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

4
Marlin/src/config/examples/Tronxy/X3A/Configuration_adv.h

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -592,6 +592,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -591,6 +591,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -591,6 +591,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -591,6 +591,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -591,6 +591,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -591,6 +591,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -591,6 +591,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -596,6 +596,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -591,6 +591,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -589,6 +589,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

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

@ -590,6 +590,10 @@
* point in the file.
*/
//#define POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
//#define POWER_LOSS_PIN 44 // Pin to detect power loss
//#define POWER_LOSS_STATE HIGH // State of pin indicating power loss
#endif
/**
* Sort SD file listings in alphabetical order.

Loading…
Cancel
Save