No 'probing failed' with retry (#18379)
This commit is contained in:
parent
7434d40f8d
commit
1ea4e393c9
@ -727,7 +727,9 @@ float Probe::probe_at_point(const float &rx, const float &ry, const ProbePtRaise
|
|||||||
if (isnan(measured_z)) {
|
if (isnan(measured_z)) {
|
||||||
stow();
|
stow();
|
||||||
LCD_MESSAGEPGM(MSG_LCD_PROBING_FAILED);
|
LCD_MESSAGEPGM(MSG_LCD_PROBING_FAILED);
|
||||||
SERIAL_ERROR_MSG(STR_ERR_PROBING_FAILED);
|
#if DISABLED(G29_RETRY_AND_RECOVER)
|
||||||
|
SERIAL_ERROR_MSG(STR_ERR_PROBING_FAILED);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
if (DEBUGGING(LEVELING)) DEBUG_ECHOLNPGM("<<< Probe::probe_at_point");
|
if (DEBUGGING(LEVELING)) DEBUG_ECHOLNPGM("<<< Probe::probe_at_point");
|
||||||
|
Loading…
Reference in New Issue
Block a user