Przeglądaj źródła

Stow probe on probing failed (#11936)

Prevents probe from being left down should probing fail and print job continue
InsanityAutomation 6 lat temu
rodzic
commit
f2e630a05e
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      Marlin/src/module/probe.cpp

+ 1
- 0
Marlin/src/module/probe.cpp Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz