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:
commit
95065791b3
@ -185,6 +185,9 @@ void GcodeSuite::G29() {
|
|||||||
SERIAL_CHAR('Z'); echo_not_entered();
|
SERIAL_CHAR('Z'); echo_not_entered();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mbl.has_mesh = true; // set since user manually entered a mesh point
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MeshSetZOffset:
|
case MeshSetZOffset:
|
||||||
|
Loading…
Reference in New Issue
Block a user