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
pull/1/head
Unknown 7 years ago
parent
commit
bbb8d4c802
  1. 3
      Marlin/src/gcode/bedlevel/mbl/G29.cpp

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

Loading…
Cancel
Save