Minor tweak to G29 grid points

This commit is contained in:
Scott Lahteine 2016-12-09 23:54:38 -08:00
parent daa2cad21f
commit 9b41638672

View File

@ -3951,7 +3951,7 @@ inline void gcode_G28() {
#else
const int abl_grid_points_x = ABL_GRID_MAX_POINTS_X, abl_grid_points_y = ABL_GRID_MAX_POINTS_Y;
const uint8_t abl_grid_points_x = ABL_GRID_MAX_POINTS_X, abl_grid_points_y = ABL_GRID_MAX_POINTS_Y;
#endif