Merge pull request #9086 from fiveangle/bf2-hasmesh_on_g29s3

[2.0.x] Set has_mesh if user issues G9 S3 with MBL
2.0.x
Scott Lahteine 7 years ago committed by GitHub
commit 95065791b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save