Fix a comment about M105 buffer over runs...
This commit is contained in:
parent
66370006bb
commit
b7e245036b
@ -807,9 +807,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
print_line_from_here_to_there(rx, ry, g26_layer_height, xe, ye, g26_layer_height);
|
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
|
MYSERIAL0.flush(); // Prevent host M105 buffer overrun.
|
||||||
// over run the serial character buffer with M105's without
|
|
||||||
// this fix
|
|
||||||
}
|
}
|
||||||
if (look_for_lines_to_connect())
|
if (look_for_lines_to_connect())
|
||||||
goto LEAVE;
|
goto LEAVE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user