Browse Source

Minor tweak to G29 grid points

Scott Lahteine 8 years ago
parent
commit
9b41638672
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

3951
 
3951
 
3952
       #else
3952
       #else
3953
 
3953
 
3954
-         const int abl_grid_points_x = ABL_GRID_MAX_POINTS_X, abl_grid_points_y = ABL_GRID_MAX_POINTS_Y;
3954
+         const uint8_t abl_grid_points_x = ABL_GRID_MAX_POINTS_X, abl_grid_points_y = ABL_GRID_MAX_POINTS_Y;
3955
 
3955
 
3956
       #endif
3956
       #endif
3957
 
3957
 

Loading…
Cancel
Save