chiark / gitweb /
Prevent unresponsive print window
authorMartin Wickham <spexguy070@gmail.com>
Fri, 14 Nov 2014 02:39:52 +0000 (20:39 -0600)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Wed, 14 Jan 2015 17:32:23 +0000 (12:32 -0500)
commit87a8ee7cc1e63f557536f8d50886aeb967b46a58
tree5c0912be326c9ab43725b8092721782ed3b997cf
parent0bca15f04f894401ca2ddff80a3645cce9da54c5
Prevent unresponsive print window

If the default print window is used, and the printer sends a message
back to the main process, the receiving thread calls _addTermLog, which
was undefined on the printWindowBasic.  It has now been defined.
Cura/gui/printWindow.py