Skip to content
Snippets Groups Projects
Commit f2e630a0 authored by InsanityAutomation's avatar InsanityAutomation Committed by Scott Lahteine
Browse files

Stow probe on probing failed (#11936)

Prevents probe from being left down should probing fail and print job continue
parent 0b602ae1
Branches
Tags
No related merge requests found
...@@ -745,6 +745,7 @@ float probe_pt(const float &rx, const float &ry, const ProbePtRaise raise_after/ ...@@ -745,6 +745,7 @@ float probe_pt(const float &rx, const float &ry, const ProbePtRaise raise_after/
feedrate_mm_s = old_feedrate_mm_s; feedrate_mm_s = old_feedrate_mm_s;
if (isnan(measured_z)) { if (isnan(measured_z)) {
STOW_PROBE();
LCD_MESSAGEPGM(MSG_ERR_PROBING_FAILED); LCD_MESSAGEPGM(MSG_ERR_PROBING_FAILED);
SERIAL_ERROR_START(); SERIAL_ERROR_START();
SERIAL_ERRORLNPGM(MSG_ERR_PROBING_FAILED); SERIAL_ERRORLNPGM(MSG_ERR_PROBING_FAILED);
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment