Open wlky opened 6 years ago
Before most responses the printer adds an empty new line. This seems to prevent AstroPrint from working and is in my eyes unnecessary extra bits on the serial connection. I think the reason for the new line can be found here: https://github.com/Geeetech3D/Smartto-Eclipse/blob/ad5f3b41708216b402eb1f2adc2da9230d35acd3/STM32f103r/src/serial_print.c#L589
Just removing the "\r\n" before the "ok" would fix it. Or is this blank line useful in any way?
Thanks @wlky That's a bug, we will remove it in next version
Before most responses the printer adds an empty new line. This seems to prevent AstroPrint from working and is in my eyes unnecessary extra bits on the serial connection. I think the reason for the new line can be found here: https://github.com/Geeetech3D/Smartto-Eclipse/blob/ad5f3b41708216b402eb1f2adc2da9230d35acd3/STM32f103r/src/serial_print.c#L589
Just removing the "\r\n" before the "ok" would fix it. Or is this blank line useful in any way?