Browse Source

Set has_mesh if user issues G9 S3

Prevents user from having to manually run through entire manual leveling process only to enable mesh so they can manually restore their offline mesh backup
Unknown 7 years ago
parent
commit
bbb8d4c802
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