diff --git a/TFT/src/User/Menu/ABL.c b/TFT/src/User/Menu/ABL.c index c71e201433..9c5b917824 100644 --- a/TFT/src/User/Menu/ABL.c +++ b/TFT/src/User/Menu/ABL.c @@ -70,6 +70,9 @@ void ablStart(void) storeCmd("G29 P3\n"); // run this multiple times since it only fills some missing points, not all storeCmd("G29 P3\n"); storeCmd("G29 P3\n"); + // Find Mean Mesh Height: with C this will automatically execute a G29 P6 C[mean height]. + // Ideally the Mesh is adjusted for a Mean Height of 0.00 and the Z-Probe measuring 0.0 at the Z homing position. + storeCmd("G29 P5 C\n"); break; default: // if any other Auto Bed Leveling