ABL_GRID_POINTS_* => ABL_GRID_MAX_POINTS_*

This commit is contained in:
Scott Lahteine
2016-12-09 21:38:28 -08:00
parent 7ca4f16a5c
commit 1b2fb2bdc7
24 changed files with 85 additions and 83 deletions

View File

@ -805,8 +805,8 @@
#if ENABLED(AUTO_BED_LEVELING_LINEAR) || ENABLED(AUTO_BED_LEVELING_BILINEAR)
// Set the number of grid points per dimension.
#define ABL_GRID_POINTS_X 3
#define ABL_GRID_POINTS_Y ABL_GRID_POINTS_X
#define ABL_GRID_MAX_POINTS_X 3
#define ABL_GRID_MAX_POINTS_Y ABL_GRID_MAX_POINTS_X
// Set the boundaries for probing (where the probe can reach).
#define LEFT_PROBE_BED_POSITION 15