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:
parent
2b5a9be49c
commit
bbb8d4c802
|
@ -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…
Reference in a new issue