Low Point for delta calibration (#10363)
This commit is contained in:
committed by
Scott Lahteine
parent
57a899a412
commit
ac2e0afb62
@ -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);
|
||||
|
Reference in New Issue
Block a user