Browse Source

Added comment about MESH_NUM axis points.

Edward Patel 10 years ago
parent
commit
f34b9c83d1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Configuration.h

+ 1
- 1
Marlin/Configuration.h View File

384
   #define MESH_MAX_X (X_MAX_POS - MESH_MIN_X)
384
   #define MESH_MAX_X (X_MAX_POS - MESH_MIN_X)
385
   #define MESH_MIN_Y 10
385
   #define MESH_MIN_Y 10
386
   #define MESH_MAX_Y (Y_MAX_POS - MESH_MIN_Y)
386
   #define MESH_MAX_Y (Y_MAX_POS - MESH_MIN_Y)
387
-  #define MESH_NUM_X_POINTS 3
387
+  #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited
388
   #define MESH_NUM_Y_POINTS 3
388
   #define MESH_NUM_Y_POINTS 3
389
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0
389
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0
390
 #endif  // MESH_BED_LEVELING
390
 #endif  // MESH_BED_LEVELING

Loading…
Cancel
Save