Changeset 541

Show
Ignore:
Timestamp:
12/09/07 10:45:42 (16 years ago)
Author:
jerome
Message:

Now the oce9050 ghostscript device should be correctly detected as PCL3/4/5.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/pkpgpdls/pcl345.py

    r540 r541  
    102102            firstblock = self.firstblock[pos:] 
    103103            if firstblock.startswith("\033E\033") or \ 
     104               firstblock.startswith("\033%1BBPIN;") or \ 
    104105               ((pos == 11000) and firstblock.startswith("\033")) or \ 
    105106               (firstblock.startswith("\033*rbC") and (not self.lastblock[-3:] == "\f\033@")) or \