Browse Source

Add RESTORE_LEVELING_AFTER_G28 to example configs

pull/1/head
Scott Lahteine 6 years ago
parent
commit
17d984eab3
  1. 6
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration.h
  2. 6
      Marlin/src/config/examples/AliExpress/CL-260/Configuration.h
  3. 6
      Marlin/src/config/examples/Anet/A6/Configuration.h
  4. 6
      Marlin/src/config/examples/Anet/A8/Configuration.h
  5. 6
      Marlin/src/config/examples/Azteeg/X5GT/Configuration.h
  6. 6
      Marlin/src/config/examples/BIBO/TouchX/cyclops/Configuration.h
  7. 6
      Marlin/src/config/examples/BIBO/TouchX/default/Configuration.h
  8. 6
      Marlin/src/config/examples/BQ/Hephestos/Configuration.h
  9. 6
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h
  10. 6
      Marlin/src/config/examples/BQ/WITBOX/Configuration.h
  11. 6
      Marlin/src/config/examples/Cartesio/Configuration.h
  12. 6
      Marlin/src/config/examples/Creality/CR-10/Configuration.h
  13. 6
      Marlin/src/config/examples/Creality/CR-10S/Configuration.h
  14. 6
      Marlin/src/config/examples/Creality/CR-10mini/Configuration.h
  15. 6
      Marlin/src/config/examples/Creality/Ender/Configuration.h
  16. 6
      Marlin/src/config/examples/Felix/Configuration.h
  17. 6
      Marlin/src/config/examples/Felix/DUAL/Configuration.h
  18. 6
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h
  19. 6
      Marlin/src/config/examples/Geeetech/GT2560/Configuration.h
  20. 6
      Marlin/src/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h
  21. 6
      Marlin/src/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration.h
  22. 6
      Marlin/src/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration.h
  23. 6
      Marlin/src/config/examples/Infitary/i3-M508/Configuration.h
  24. 6
      Marlin/src/config/examples/JGAurora/A5/Configuration.h
  25. 6
      Marlin/src/config/examples/MakerParts/Configuration.h
  26. 6
      Marlin/src/config/examples/Malyan/M150/Configuration.h
  27. 6
      Marlin/src/config/examples/Malyan/M200/Configuration.h
  28. 6
      Marlin/src/config/examples/Micromake/C1/basic/Configuration.h
  29. 6
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration.h
  30. 6
      Marlin/src/config/examples/Mks/Sbase/Configuration.h
  31. 6
      Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h
  32. 6
      Marlin/src/config/examples/RigidBot/Configuration.h
  33. 6
      Marlin/src/config/examples/SCARA/Configuration.h
  34. 6
      Marlin/src/config/examples/STM32F10/Configuration.h
  35. 6
      Marlin/src/config/examples/Sanguinololu/Configuration.h
  36. 6
      Marlin/src/config/examples/TheBorg/Configuration.h
  37. 6
      Marlin/src/config/examples/TinyBoy2/Configuration.h
  38. 6
      Marlin/src/config/examples/Tronxy/X1/Configuration.h
  39. 6
      Marlin/src/config/examples/Tronxy/X5S/Configuration.h
  40. 6
      Marlin/src/config/examples/Tronxy/XY100/Configuration.h
  41. 6
      Marlin/src/config/examples/UltiMachine/Archim2/Configuration.h
  42. 6
      Marlin/src/config/examples/Velleman/K8200/Configuration.h
  43. 6
      Marlin/src/config/examples/Velleman/K8400/Configuration.h
  44. 6
      Marlin/src/config/examples/Velleman/K8400/Dual-head/Configuration.h
  45. 6
      Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration.h
  46. 6
      Marlin/src/config/examples/adafruit/ST7565/Configuration.h
  47. 6
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h
  48. 6
      Marlin/src/config/examples/delta/FLSUN/kossel/Configuration.h
  49. 6
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h
  50. 6
      Marlin/src/config/examples/delta/Hatchbox_Alpha/Configuration.h
  51. 6
      Marlin/src/config/examples/delta/generic/Configuration.h
  52. 6
      Marlin/src/config/examples/delta/kossel_mini/Configuration.h
  53. 6
      Marlin/src/config/examples/delta/kossel_pro/Configuration.h
  54. 6
      Marlin/src/config/examples/delta/kossel_xl/Configuration.h
  55. 6
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration.h
  56. 6
      Marlin/src/config/examples/makibox/Configuration.h
  57. 6
      Marlin/src/config/examples/stm32f103ret6/Configuration.h
  58. 6
      Marlin/src/config/examples/tvrrug/Round2/Configuration.h
  59. 6
      Marlin/src/config/examples/wt150/Configuration.h

6
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration.h

@ -932,6 +932,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/AliExpress/CL-260/Configuration.h

@ -912,6 +912,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/Anet/A6/Configuration.h

@ -1022,6 +1022,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/Anet/A8/Configuration.h

@ -919,6 +919,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/Azteeg/X5GT/Configuration.h

@ -912,6 +912,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/BIBO/TouchX/cyclops/Configuration.h

@ -912,6 +912,12 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/BIBO/TouchX/default/Configuration.h

@ -912,6 +912,12 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/BQ/Hephestos/Configuration.h

@ -900,6 +900,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h

@ -898,6 +898,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/BQ/WITBOX/Configuration.h

@ -900,6 +900,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/Cartesio/Configuration.h

@ -911,6 +911,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/Creality/CR-10/Configuration.h

@ -922,6 +922,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

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

@ -904,6 +904,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

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

@ -931,6 +931,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/Creality/Ender/Configuration.h

@ -907,6 +907,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/Felix/Configuration.h

@ -894,6 +894,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/Felix/DUAL/Configuration.h

@ -894,6 +894,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h

@ -918,6 +918,12 @@
#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/Geeetech/GT2560/Configuration.h

@ -927,6 +927,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h

@ -912,6 +912,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration.h

@ -919,6 +919,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration.h

@ -918,6 +918,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/Infitary/i3-M508/Configuration.h

@ -916,6 +916,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/JGAurora/A5/Configuration.h

@ -924,6 +924,12 @@
//#define AUTO_BED_LEVELING_UBL
#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/MakerParts/Configuration.h

@ -932,6 +932,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/Malyan/M150/Configuration.h

@ -940,6 +940,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/Malyan/M200/Configuration.h

@ -911,6 +911,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/Micromake/C1/basic/Configuration.h

@ -916,6 +916,12 @@
//#define AUTO_BED_LEVELING_UBL
#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration.h

@ -916,6 +916,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/Mks/Sbase/Configuration.h

@ -912,6 +912,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h

@ -912,6 +912,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/RigidBot/Configuration.h

@ -910,6 +910,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/SCARA/Configuration.h

@ -924,6 +924,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/STM32F10/Configuration.h

@ -915,6 +915,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/Sanguinololu/Configuration.h

@ -943,6 +943,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/TheBorg/Configuration.h

@ -912,6 +912,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/TinyBoy2/Configuration.h

@ -968,6 +968,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/Tronxy/X1/Configuration.h

@ -903,6 +903,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/Tronxy/X5S/Configuration.h

@ -912,6 +912,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/Tronxy/XY100/Configuration.h

@ -923,6 +923,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/UltiMachine/Archim2/Configuration.h

@ -903,6 +903,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/Velleman/K8200/Configuration.h

@ -942,6 +942,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/Velleman/K8400/Configuration.h

@ -912,6 +912,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/Velleman/K8400/Dual-head/Configuration.h

@ -912,6 +912,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration.h

@ -913,6 +913,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/adafruit/ST7565/Configuration.h

@ -912,6 +912,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h

@ -1042,6 +1042,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration.h

@ -1033,6 +1033,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h

@ -1042,6 +1042,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/delta/Hatchbox_Alpha/Configuration.h

@ -1045,6 +1045,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/delta/generic/Configuration.h

@ -1029,6 +1029,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/delta/kossel_mini/Configuration.h

@ -1032,6 +1032,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/delta/kossel_pro/Configuration.h

@ -1032,6 +1032,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/delta/kossel_xl/Configuration.h

@ -1041,6 +1041,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration.h

@ -926,6 +926,12 @@
#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/makibox/Configuration.h

@ -915,6 +915,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/stm32f103ret6/Configuration.h

@ -913,6 +913,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/tvrrug/Round2/Configuration.h

@ -907,6 +907,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

6
Marlin/src/config/examples/wt150/Configuration.h

@ -917,6 +917,12 @@
//#define AUTO_BED_LEVELING_UBL
//#define MESH_BED_LEVELING
/**
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
//#define RESTORE_LEVELING_AFTER_G28
/**
* Enable detailed logging of G28, G29, M48, etc.
* Turn on with the command 'M111 S32'.

Loading…
Cancel
Save