Skip to content

Commit

Permalink
UBL: implements shift mesh by mesh-mean (#2838)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubienr authored Sep 26, 2023
1 parent 26742de commit f142f04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TFT/src/User/Menu/ABL.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f142f04

Please sign in to comment.