Browse Source

Minor tweak to G29 grid points

pull/1/head
Scott Lahteine 8 years ago
parent
commit
9b41638672
  1. 2
      Marlin/Marlin_main.cpp

2
Marlin/Marlin_main.cpp

@ -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…
Cancel
Save