浏览代码

Stow probe on probing failed (#11936)

Prevents probe from being left down should probing fail and print job continue
InsanityAutomation 6 年前
父节点
当前提交
f2e630a05e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      Marlin/src/module/probe.cpp

+ 1
- 0
Marlin/src/module/probe.cpp 查看文件

@@ -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);

正在加载...
取消
保存