Browse Source

Default AUTO_BED_LEVELING_GRID_POINTS to 3

pull/1/head
Scott Lahteine 8 years ago
parent
commit
99b22d5785
  1. 2
      Marlin/Configuration.h
  2. 2
      Marlin/example_configurations/Cartesio/Configuration.h
  3. 2
      Marlin/example_configurations/Felix/Configuration.h
  4. 2
      Marlin/example_configurations/Felix/DUAL/Configuration.h
  5. 2
      Marlin/example_configurations/Hephestos/Configuration.h
  6. 2
      Marlin/example_configurations/Hephestos_2/Configuration.h
  7. 2
      Marlin/example_configurations/K8200/Configuration.h
  8. 2
      Marlin/example_configurations/K8400/Configuration.h
  9. 2
      Marlin/example_configurations/K8400/Dual-head/Configuration.h
  10. 2
      Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h
  11. 2
      Marlin/example_configurations/RigidBot/Configuration.h
  12. 2
      Marlin/example_configurations/SCARA/Configuration.h
  13. 2
      Marlin/example_configurations/TAZ4/Configuration.h
  14. 2
      Marlin/example_configurations/WITBOX/Configuration.h
  15. 2
      Marlin/example_configurations/adafruit/ST7565/Configuration.h
  16. 2
      Marlin/example_configurations/makibox/Configuration.h
  17. 2
      Marlin/example_configurations/tvrrug/Round2/Configuration.h

2
Marlin/Configuration.h

@ -689,7 +689,7 @@
// Set the number of grid points per dimension.
// You probably don't need more than 3 (squared=9).
#define AUTO_BED_LEVELING_GRID_POINTS 2
#define AUTO_BED_LEVELING_GRID_POINTS 3
#else // !AUTO_BED_LEVELING_GRID

2
Marlin/example_configurations/Cartesio/Configuration.h

@ -689,7 +689,7 @@
// Set the number of grid points per dimension.
// You probably don't need more than 3 (squared=9).
#define AUTO_BED_LEVELING_GRID_POINTS 2
#define AUTO_BED_LEVELING_GRID_POINTS 3
#else // !AUTO_BED_LEVELING_GRID

2
Marlin/example_configurations/Felix/Configuration.h

@ -671,7 +671,7 @@
// Set the number of grid points per dimension.
// You probably don't need more than 3 (squared=9).
#define AUTO_BED_LEVELING_GRID_POINTS 2
#define AUTO_BED_LEVELING_GRID_POINTS 3
#else // !AUTO_BED_LEVELING_GRID

2
Marlin/example_configurations/Felix/DUAL/Configuration.h

@ -669,7 +669,7 @@
// Set the number of grid points per dimension.
// You probably don't need more than 3 (squared=9).
#define AUTO_BED_LEVELING_GRID_POINTS 2
#define AUTO_BED_LEVELING_GRID_POINTS 3
#else // !AUTO_BED_LEVELING_GRID

2
Marlin/example_configurations/Hephestos/Configuration.h

@ -681,7 +681,7 @@
// Set the number of grid points per dimension.
// You probably don't need more than 3 (squared=9).
#define AUTO_BED_LEVELING_GRID_POINTS 2
#define AUTO_BED_LEVELING_GRID_POINTS 3
#else // !AUTO_BED_LEVELING_GRID

2
Marlin/example_configurations/Hephestos_2/Configuration.h

@ -683,7 +683,7 @@
// Set the number of grid points per dimension.
// You probably don't need more than 3 (squared=9).
#define AUTO_BED_LEVELING_GRID_POINTS 2
#define AUTO_BED_LEVELING_GRID_POINTS 3
#else // !AUTO_BED_LEVELING_GRID

2
Marlin/example_configurations/K8200/Configuration.h

@ -706,7 +706,7 @@
// Set the number of grid points per dimension.
// You probably don't need more than 3 (squared=9).
#define AUTO_BED_LEVELING_GRID_POINTS 2
#define AUTO_BED_LEVELING_GRID_POINTS 3
#else // !AUTO_BED_LEVELING_GRID

2
Marlin/example_configurations/K8400/Configuration.h

@ -689,7 +689,7 @@
// Set the number of grid points per dimension.
// You probably don't need more than 3 (squared=9).
#define AUTO_BED_LEVELING_GRID_POINTS 2
#define AUTO_BED_LEVELING_GRID_POINTS 3
#else // !AUTO_BED_LEVELING_GRID

2
Marlin/example_configurations/K8400/Dual-head/Configuration.h

@ -689,7 +689,7 @@
// Set the number of grid points per dimension.
// You probably don't need more than 3 (squared=9).
#define AUTO_BED_LEVELING_GRID_POINTS 2
#define AUTO_BED_LEVELING_GRID_POINTS 3
#else // !AUTO_BED_LEVELING_GRID

2
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h

@ -689,7 +689,7 @@
// Set the number of grid points per dimension.
// You probably don't need more than 3 (squared=9).
#define AUTO_BED_LEVELING_GRID_POINTS 2
#define AUTO_BED_LEVELING_GRID_POINTS 3
#else // !AUTO_BED_LEVELING_GRID

2
Marlin/example_configurations/RigidBot/Configuration.h

@ -686,7 +686,7 @@
// Set the number of grid points per dimension.
// You probably don't need more than 3 (squared=9).
#define AUTO_BED_LEVELING_GRID_POINTS 2
#define AUTO_BED_LEVELING_GRID_POINTS 3
#else // !AUTO_BED_LEVELING_GRID

2
Marlin/example_configurations/SCARA/Configuration.h

@ -697,7 +697,7 @@
// Set the number of grid points per dimension.
// You probably don't need more than 3 (squared=9).
#define AUTO_BED_LEVELING_GRID_POINTS 2
#define AUTO_BED_LEVELING_GRID_POINTS 3
#else // !AUTO_BED_LEVELING_GRID

2
Marlin/example_configurations/TAZ4/Configuration.h

@ -710,7 +710,7 @@
// Set the number of grid points per dimension.
// You probably don't need more than 3 (squared=9).
#define AUTO_BED_LEVELING_GRID_POINTS 2
#define AUTO_BED_LEVELING_GRID_POINTS 3
#else // !AUTO_BED_LEVELING_GRID

2
Marlin/example_configurations/WITBOX/Configuration.h

@ -681,7 +681,7 @@
// Set the number of grid points per dimension.
// You probably don't need more than 3 (squared=9).
#define AUTO_BED_LEVELING_GRID_POINTS 2
#define AUTO_BED_LEVELING_GRID_POINTS 3
#else // !AUTO_BED_LEVELING_GRID

2
Marlin/example_configurations/adafruit/ST7565/Configuration.h

@ -689,7 +689,7 @@
// Set the number of grid points per dimension.
// You probably don't need more than 3 (squared=9).
#define AUTO_BED_LEVELING_GRID_POINTS 2
#define AUTO_BED_LEVELING_GRID_POINTS 3
#else // !AUTO_BED_LEVELING_GRID

2
Marlin/example_configurations/makibox/Configuration.h

@ -692,7 +692,7 @@
// Set the number of grid points per dimension.
// You probably don't need more than 3 (squared=9).
#define AUTO_BED_LEVELING_GRID_POINTS 2
#define AUTO_BED_LEVELING_GRID_POINTS 3
#else // !AUTO_BED_LEVELING_GRID

2
Marlin/example_configurations/tvrrug/Round2/Configuration.h

@ -679,7 +679,7 @@
// Set the number of grid points per dimension.
// You probably don't need more than 3 (squared=9).
#define AUTO_BED_LEVELING_GRID_POINTS 2
#define AUTO_BED_LEVELING_GRID_POINTS 3
#else // !AUTO_BED_LEVELING_GRID

Loading…
Cancel
Save