Update UBL param

This commit is contained in:
Scott Lahteine
2021-03-30 23:57:57 -05:00
committed by Scott Lahteine
parent be775ed72d
commit bfdd1f4662
2 changed files with 10 additions and 10 deletions

View File

@@ -57,7 +57,7 @@ typedef struct {
xy_pos_t XY_pos;
xy_bool_t XY_seen;
#if HAS_BED_PROBE
int grid_size;
uint8_t J_grid_size;
#endif
} G29_parameters_t;