Low Point for delta calibration (#10363)

This commit is contained in:
Luc Van Daele
2018-04-12 01:59:46 +02:00
committed by Scott Lahteine
parent 57a899a412
commit ac2e0afb62
3 changed files with 10 additions and 27 deletions

View File

@ -137,7 +137,7 @@ static void G33_cleanup(
inline float calibration_probe(const float nx, const float ny, const bool stow) {
#if HAS_BED_PROBE
return probe_pt(nx, ny, stow ? PROBE_PT_STOW : PROBE_PT_RAISE, 0, true);
return probe_pt(nx, ny, stow ? PROBE_PT_STOW : PROBE_PT_RAISE, 0, false);
#else
UNUSED(stow);
return lcd_probe_pt(nx, ny);