chiark / gitweb /
Remove extra comma at the end of the print window title when in error state
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Thu, 17 Sep 2015 20:57:30 +0000 (16:57 -0400)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Thu, 17 Sep 2015 20:57:30 +0000 (16:57 -0400)
commit1815eea2e9cfbac6ee61763f6f6a9d3be668e07f
treeb01ab8e1b3ae679b3e6976424e58e7069bdf6260
parent77049b6a0d49f9c47a3d7f7090d1ea6582f070e1
Remove extra comma at the end of the print window title when in error state

The \n is replaced by , for the title, but if there is no temperature/bed
values being printed, then we get an extra comma at the end.
Fixes T245
Cura/gui/printWindow.py