Procházet zdrojové kódy

Actually enable Mesh Bed Leveling

Thomas Buck před 6 roky
rodič
revize
447d8ced69
No account linked to committer's email address
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4
    4
      Marlin/Configuration.h

+ 4
- 4
Marlin/Configuration.h Zobrazit soubor

@@ -829,7 +829,7 @@
829 829
 //#define AUTO_BED_LEVELING_LINEAR
830 830
 //#define AUTO_BED_LEVELING_BILINEAR
831 831
 //#define AUTO_BED_LEVELING_UBL
832
-//#define MESH_BED_LEVELING
832
+#define MESH_BED_LEVELING
833 833
 
834 834
 /**
835 835
  * Enable detailed logging of G28, G29, M48, etc.
@@ -919,7 +919,7 @@
919 919
   //===========================================================================
920 920
 
921 921
   #define MESH_INSET 10          // Mesh inset margin on print area
922
-  #define GRID_MAX_POINTS_X 3    // Don't use more than 7 points per axis, implementation limited.
922
+  #define GRID_MAX_POINTS_X 4    // Don't use more than 7 points per axis, implementation limited.
923 923
   #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
924 924
 
925 925
   //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest Z at Z_MIN_POS
@@ -930,7 +930,7 @@
930 930
  * Use the LCD controller for bed leveling
931 931
  * Requires MESH_BED_LEVELING or PROBE_MANUALLY
932 932
  */
933
-//#define LCD_BED_LEVELING
933
+#define LCD_BED_LEVELING
934 934
 
935 935
 #if ENABLED(LCD_BED_LEVELING)
936 936
   #define MBL_Z_STEP 0.025    // Step size while manually probing Z axis.
@@ -1137,7 +1137,7 @@
1137 1137
  *
1138 1138
  * View the current statistics with M78.
1139 1139
  */
1140
-//#define PRINTCOUNTER
1140
+#define PRINTCOUNTER
1141 1141
 
1142 1142
 //=============================================================================
1143 1143
 //============================= LCD and SD support ============================

Loading…
Zrušit
Uložit