mbl.active is a bool now
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user