Stow Probe at end of G29 J3

This commit is contained in:
Roxy-3D 2018-04-13 14:46:47 -05:00 committed by GitHub
parent 6c535081ec
commit 21f13f9e57
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1610,14 +1610,17 @@
SERIAL_EOL();
}
#endif
if (g29_verbose_level > 3) {
serial_spaces(16);
SERIAL_ECHOLNPAIR("Corrected_Z=", measured_z);
}
incremental_LSF(&lsf_results, rx, ry, measured_z);
}
}
zig_zag ^= true;
}
STOW_PROBE();
}
if (abort_flag || finish_incremental_LSF(&lsf_results)) {