Merge pull request #2984 from leptun/MK3_Serial_LF_only
Do not send CR on the serial line
This commit is contained in:
commit
bce9f8c949
@ -255,7 +255,7 @@ void MarlinSerial::print(double n, int digits)
|
|||||||
|
|
||||||
void MarlinSerial::println(void)
|
void MarlinSerial::println(void)
|
||||||
{
|
{
|
||||||
print('\r');
|
// print('\r');
|
||||||
print('\n');
|
print('\n');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user