Set mbl.has_mesh on manual point entry

Based on #9086
This commit is contained in:
Scott Lahteine 2018-01-06 23:32:00 -06:00 committed by GitHub
parent eaa6257baf
commit fa3709451b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4242,6 +4242,7 @@ void home_all_axes() { gcode_G28(true); }
SERIAL_CHAR('Z'); echo_not_entered();
return;
}
mbl.has_mesh = true; // set since user manually entered a mesh point
break;
case MeshSetZOffset: