mbl.active is a bool now

This commit is contained in:
Scott Lahteine
2016-04-13 01:25:17 -07:00
parent b05f448317
commit 0493fccc0b
4 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@
class mesh_bed_leveling {
public:
uint8_t active;
bool active;
float z_offset;
float z_values[MESH_NUM_Y_POINTS][MESH_NUM_X_POINTS];