Browse Source

Default AUTO_BED_LEVELING_GRID_POINTS to 3

Scott Lahteine 8 years ago
parent
commit
99b22d5785

+ 1
- 1
Marlin/Configuration.h View File

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

+ 1
- 1
Marlin/example_configurations/Cartesio/Configuration.h View File

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

+ 1
- 1
Marlin/example_configurations/Felix/Configuration.h View File

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

+ 1
- 1
Marlin/example_configurations/Felix/DUAL/Configuration.h View File

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

+ 1
- 1
Marlin/example_configurations/Hephestos/Configuration.h View File

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

+ 1
- 1
Marlin/example_configurations/Hephestos_2/Configuration.h View File

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

+ 1
- 1
Marlin/example_configurations/K8200/Configuration.h View File

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

+ 1
- 1
Marlin/example_configurations/K8400/Configuration.h View File

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

+ 1
- 1
Marlin/example_configurations/K8400/Dual-head/Configuration.h View File

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

+ 1
- 1
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

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

+ 1
- 1
Marlin/example_configurations/RigidBot/Configuration.h View File

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

+ 1
- 1
Marlin/example_configurations/SCARA/Configuration.h View File

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

+ 1
- 1
Marlin/example_configurations/TAZ4/Configuration.h View File

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

+ 1
- 1
Marlin/example_configurations/WITBOX/Configuration.h View File

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

+ 1
- 1
Marlin/example_configurations/adafruit/ST7565/Configuration.h View File

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

+ 1
- 1
Marlin/example_configurations/makibox/Configuration.h View File

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

+ 1
- 1
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

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

Loading…
Cancel
Save