Followup to meshCount patch

This commit is contained in:
Scott Lahteine
2019-11-20 04:57:04 -06:00
parent e81b946f06
commit ab9f0f2c4f
3 changed files with 3 additions and 4 deletions

View File

@ -225,7 +225,7 @@ G29_TYPE GcodeSuite::G29() {
#if ABL_GRID
#if ENABLED(PROBE_MANUALLY)
ABL_VAR xy_uint8_t meshCount;
ABL_VAR xy_int8_t meshCount;
#endif
ABL_VAR xy_float_t probe_position_lf, probe_position_rb;