瀏覽代碼

tweaked config

Thomas Buck 4 年之前
父節點
當前提交
32e0d28ce7
共有 1 個檔案被更改,包括 3 行新增6 行删除
  1. 3
    6
      Marlin/Configuration.h

+ 3
- 6
Marlin/Configuration.h 查看文件

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

Loading…
取消
儲存