G29 patch followup

This commit is contained in:
Scott Lahteine 2020-05-17 20:57:07 -05:00
parent e275cd3798
commit 6e01079b48

View file

@ -419,7 +419,7 @@ G29_TYPE GcodeSuite::G29() {
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
if (TERN_(PROBE_MANUALLY, !no_action)
if (TERN1(PROBE_MANUALLY, !no_action)
&& (gridSpacing != bilinear_grid_spacing || probe_position_lf != bilinear_start)
) {
// Reset grid to 0.0 or "not probed". (Also disables ABL)