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
This commit is contained in:
Unknown 2018-01-06 21:06:36 -08:00
parent 2b5a9be49c
commit bbb8d4c802

View file

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