Robert L Krawitz wrote:
> ...
> OK, that's fine. We're not ready now with 4.1. 4.0.5 has a few
> improvements (most notably support for the very popular Epson Stylus
> Color 777/680), but it's not really a must-have.
> ...
Note - we just got a bug report from EPSON concerning the 4.0.5
release - the init flag for the 680/777 driver didn't use the new
900-series type init strings, so you may experience problems there.
Patch attached (I'll commit to CVS when I get back from my
vacation - ha!)
--
______________________________________________________________________
Michael Sweet, Easy Software Products mike@xxxxxxxxxx
Printing Software for UNIX http://www.easysw.com
*** print-escp2.c.orig Mon Jun 11 10:18:51 2001
--- print-escp2.c Mon Jun 11 10:16:58 2001
***************
*** 1050,1056 ****
},
/* 32: Stylus Color 680/777 */
{
! (MODEL_INIT_STANDARD | MODEL_HASBLACK_YES | MODEL_INK_NORMAL
| MODEL_6COLOR_NO | MODEL_720DPI_600 | MODEL_VARIABLE_MULTI
| MODEL_COMMAND_1999 | MODEL_GRAYMODE_YES | MODEL_1440DPI_YES
| MODEL_ROLLFEED_NO | MODEL_ZEROMARGIN_NO),
--- 1050,1056 ----
},
/* 32: Stylus Color 680/777 */
{
! (MODEL_INIT_900 | MODEL_HASBLACK_YES | MODEL_INK_NORMAL
| MODEL_6COLOR_NO | MODEL_720DPI_600 | MODEL_VARIABLE_MULTI
| MODEL_COMMAND_1999 | MODEL_GRAYMODE_YES | MODEL_1440DPI_YES
| MODEL_ROLLFEED_NO | MODEL_ZEROMARGIN_NO),