Do not send CR on the serial line
This commit is contained in:
parent
f809691003
commit
9fda6b774d
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ void MarlinSerial::print(double n, int digits)
|
|||
|
||||
void MarlinSerial::println(void)
|
||||
{
|
||||
print('\r');
|
||||
// print('\r');
|
||||
print('\n');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue