Browse Source

Stow Probe at end of G29 J3

pull/1/head
Roxy-3D 6 years ago
committed by GitHub
parent
commit
21f13f9e57
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp

7
Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp

@ -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)) {

Loading…
Cancel
Save