repetier / Repetier-Firmware

Firmware for Arduino based RepRap 3D printer.
815 stars 734 forks source link

GUI - waitScreen newline & Write file show speed/written #1053

Closed AbsoluteCatalyst closed 3 years ago

AbsoluteCatalyst commented 3 years ago

I added the ability for us to pass a newline character to waitScreen and for it to split the text onto the next row. Works with PSTR too. SD file writing now displays a busy status that shows the current written bytes and the current write speed. I tried keeping it all fairly lightweight.

repetier commented 3 years ago

Good idea for longer messages or with 2 different facts.