zapmaker / GrblHoming

QT-based gcode user interface for grbl on arduino
GNU General Public License v3.0
320 stars 190 forks source link

Fix erroneous newline handling in log4qt #73

Open chrisy opened 10 years ago

chrisy commented 10 years ago

Qt's output functions seem to handle platform specific variations of newline for us. For example, on Windows if we output "\r\n", we'll actually get "\r\r\n".

It's really minor, but in QtCreator, this causes lots of blank lines in the console output!