Browse Source
Merge pull request #9086 from fiveangle/bf2-hasmesh_on_g29s3
[2.0.x] Set has_mesh if user issues G9 S3 with MBL
pull/1/head
Scott Lahteine
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
Marlin/src/gcode/bedlevel/mbl/G29.cpp
|
|
@ -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: |
|
|
|