0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-18 23:49:49 +00:00

Fix a comment about M105 buffer over runs...

This commit is contained in:
Roxy-3D 2018-02-14 17:49:50 -06:00 committed by GitHub
parent 66370006bb
commit b7e245036b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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