From b7e245036b8f09a4bd65cef961463501a65737e6 Mon Sep 17 00:00:00 2001 From: Roxy-3D Date: Wed, 14 Feb 2018 17:49:50 -0600 Subject: [PATCH] Fix a comment about M105 buffer over runs... --- Marlin/G26_Mesh_Validation_Tool.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Marlin/G26_Mesh_Validation_Tool.cpp b/Marlin/G26_Mesh_Validation_Tool.cpp index e5a71eccc..aa24dc493 100644 --- a/Marlin/G26_Mesh_Validation_Tool.cpp +++ b/Marlin/G26_Mesh_Validation_Tool.cpp @@ -807,9 +807,7 @@ #endif print_line_from_here_to_there(rx, ry, g26_layer_height, xe, ye, g26_layer_height); - MYSERIAL0.flush(); // G26 takes a long time to complete. PronterFace can - // over run the serial character buffer with M105's without - // this fix + MYSERIAL0.flush(); // Prevent host M105 buffer overrun. } if (look_for_lines_to_connect()) goto LEAVE;