Merge pull request #9086 from fiveangle/bf2-hasmesh_on_g29s3

[2.0.x] Set has_mesh if user issues G9 S3 with MBL
This commit is contained in:
Scott Lahteine 2018-01-06 23:27:53 -06:00 committed by GitHub
commit 95065791b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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