瀏覽代碼

Prevent serial buffer overrun in Pronterface

75ms might  be excessive...    But I know people are seeing problems with PronterFace as the client...
Roxy-3D 7 年之前
父節點
當前提交
306f44198e
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      Marlin/src/feature/bedlevel/ubl/ubl.cpp

+ 1
- 0
Marlin/src/feature/bedlevel/ubl/ubl.cpp 查看文件

@@ -63,6 +63,7 @@
63 63
           SERIAL_ECHOPAIR_P(port, " ; X", LOGICAL_X_POSITION(mesh_index_to_xpos(x)));
64 64
           SERIAL_ECHOPAIR_P(port, ", Y", LOGICAL_Y_POSITION(mesh_index_to_ypos(y)));
65 65
           SERIAL_EOL_P(port);
66
+          safe_delay(75); // Prevent Printrun from exploding
66 67
         }
67 68
   }
68 69
 

Loading…
取消
儲存