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
Scott Lahteine 7 years ago
parent
commit
95065791b3
No account linked to committer's email address
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      Marlin/src/gcode/bedlevel/mbl/G29.cpp

+ 3
- 0
Marlin/src/gcode/bedlevel/mbl/G29.cpp View File

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

Loading…
Cancel
Save