️ Add PROBE_PT_LAST_STOW

This commit is contained in:
Scott Lahteine
2020-12-11 18:15:36 -06:00
committed by Scott Lahteine
parent 9ffd3ed2e4
commit 0da0aa9b2e
3 changed files with 4 additions and 3 deletions

View File

@ -1479,7 +1479,7 @@ void unified_bed_leveling::smart_fill_mesh() {
SERIAL_ECHOLNPGM("Tilting mesh (3/3)");
TERN_(HAS_STATUS_MESSAGE, ui.status_printf_P(0, PSTR(S_FMT " 3/3"), GET_TEXT(MSG_LCD_TILTING_MESH)));
measured_z = probe.probe_at_point(points[2], PROBE_PT_STOW, param.V_verbosity);
measured_z = probe.probe_at_point(points[2], PROBE_PT_LAST_STOW, param.V_verbosity);
#ifdef VALIDATE_MESH_TILT
z3 = measured_z;
#endif