MBL: Added keeping MBL active when homing single axises for #3750

This commit is contained in:
Edward Patel
2016-05-24 22:53:15 +02:00
committed by Scott Lahteine
parent 32f8300cc6
commit c06de0f097
6 changed files with 81 additions and 35 deletions

View File

@ -29,7 +29,7 @@
mesh_bed_leveling::mesh_bed_leveling() { reset(); }
void mesh_bed_leveling::reset() {
active = 0;
status = 0;
z_offset = 0;
for (int8_t y = MESH_NUM_Y_POINTS; y--;)
for (int8_t x = MESH_NUM_X_POINTS; x--;)