Minor tweak to G29 grid points
This commit is contained in:
parent
daa2cad21f
commit
9b41638672
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user