mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-17 06:48:05 +00:00
Stow Probe at end of G29 J3
This commit is contained in:
parent
090d72f591
commit
b978153ca4
1 changed files with 5 additions and 2 deletions
|
@ -1605,14 +1605,17 @@
|
||||||
SERIAL_EOL();
|
SERIAL_EOL();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
if (g29_verbose_level > 3) {
|
||||||
|
serial_spaces(16);
|
||||||
|
SERIAL_ECHOLNPAIR("Corrected_Z=", measured_z);
|
||||||
|
}
|
||||||
incremental_LSF(&lsf_results, rx, ry, measured_z);
|
incremental_LSF(&lsf_results, rx, ry, measured_z);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
zig_zag ^= true;
|
zig_zag ^= true;
|
||||||
}
|
}
|
||||||
|
STOW_PROBE();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (abort_flag || finish_incremental_LSF(&lsf_results)) {
|
if (abort_flag || finish_incremental_LSF(&lsf_results)) {
|
||||||
|
|
Loading…
Reference in a new issue