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

@ -946,7 +946,7 @@ void lcd_cooldown() {
current_position[Z_AXIS] = MESH_HOME_SEARCH_Z;
line_to_current(Z_AXIS);
st_synchronize();
mbl.active = 1;
mbl.active = true;
enqueue_and_echo_commands_P(PSTR("G28"));
}
else {