Browse Source

Stow probe on probing failed (#11936)

Prevents probe from being left down should probing fail and print job continue
pull/1/head
InsanityAutomation 6 years ago
committed by Scott Lahteine
parent
commit
f2e630a05e
  1. 1
      Marlin/src/module/probe.cpp

1
Marlin/src/module/probe.cpp

@ -745,6 +745,7 @@ float probe_pt(const float &rx, const float &ry, const ProbePtRaise raise_after/
feedrate_mm_s = old_feedrate_mm_s;
if (isnan(measured_z)) {
STOW_PROBE();
LCD_MESSAGEPGM(MSG_ERR_PROBING_FAILED);
SERIAL_ERROR_START();
SERIAL_ERRORLNPGM(MSG_ERR_PROBING_FAILED);

Loading…
Cancel
Save