Browse Source

tweaked config

Thomas Buck 3 years ago
parent
commit
32e0d28ce7
1 changed files with 3 additions and 6 deletions
  1. 3
    6
      Marlin/Configuration.h

+ 3
- 6
Marlin/Configuration.h View File

@@ -991,7 +991,7 @@
991 991
 
992 992
 // Most probes should stay away from the edges of the bed, but
993 993
 // with NOZZLE_AS_PROBE this can be negative for a wider probing area.
994
-#define PROBING_MARGIN 10
994
+#define PROBING_MARGIN 20
995 995
 
996 996
 // X and Y axis travel speed (mm/min) between probes
997 997
 #define XY_PROBE_SPEED (133*60)
@@ -1011,7 +1011,7 @@
1011 1011
  * A total of 2 does fast/slow probes with a weighted average.
1012 1012
  * A total of 3 or more adds more slow probes, taking the average.
1013 1013
  */
1014
-//#define MULTIPLE_PROBING 2
1014
+#define MULTIPLE_PROBING 2
1015 1015
 //#define EXTRA_PROBING    1
1016 1016
 
1017 1017
 /**
@@ -1342,7 +1342,7 @@
1342 1342
  * Add a bed leveling sub-menu for ABL or MBL.
1343 1343
  * Include a guided procedure if manual probing is enabled.
1344 1344
  */
1345
-//#define LCD_BED_LEVELING
1345
+#define LCD_BED_LEVELING
1346 1346
 
1347 1347
 #if ENABLED(LCD_BED_LEVELING)
1348 1348
   #define MESH_EDIT_Z_STEP  0.025 // (mm) Step size while manually probing Z axis.
@@ -1360,9 +1360,6 @@
1360 1360
   #define LEVEL_CENTER_TOO              // Move to the center after the last corner
1361 1361
 #endif
1362 1362
 
1363
-// Add a menu item to move between bed corners for manual bed adjustment
1364
-#define LEVEL_BED_CORNERS
1365
-
1366 1363
 /**
1367 1364
  * Commands to execute at the end of G29 probing.
1368 1365
  * Useful to retract or move the Z probe out of the way.

Loading…
Cancel
Save