Misc build fixes (#21413)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
kpishere
2021-03-24 10:14:11 -04:00
committed by GitHub
parent e7596d92c7
commit fd8207dd9a
3 changed files with 7 additions and 5 deletions

View File

@ -98,7 +98,7 @@ void GcodeSuite::G29() {
// For each G29 S2...
if (mbl_probe_index == 0) {
// Move close to the bed before the first point
do_blocking_move_to_z(0);
do_blocking_move_to_z(MANUAL_PROBE_START_Z);
}
else {
// Save Z for the previous mesh position