Tipo de arquivo incorreto transmitido para impressora remota

0

Eu tenho uma impressora de etiquetas (Brother QL-550) conectada a um Raspberry Pi, usando xícaras. Isso funciona. Eu também tenho uma máquina desktop e adicionei esta impressora (isso é necessário porque o Gnome não lembra qual impressora usar).

Agora, sempre que tento imprimir a partir da máquina desktop, o arquivo é rasterizado lá e enviado para o Pi com um tipo de arquivo application/vnd.cups-pdf , que tentará rasterizar novamente, o que obviamente falha. Então, como eu posso ensinar a área de trabalho a não fazer qualquer rasterização local (eu preferiria isso) ou definir o tipo de arquivo correto para que o Pi encaminhe os dados binários diretamente para a impressora USB?

Para referência, este é o cabeçalho do arquivo PPD que presumivelmente precisa ser corrigido:

*FormatVersion: "4.3"
*FileVersion:   "1.1"
*LanguageVersion: English
*LanguageEncoding: ISOLatin1
*PCFileName:    "BRQ550PT.PPD"
*Manufacturer:  "Brother"
*Product:       "(QL-550)"
*cupsVersion:   1.0
*cupsManualCopies: True
*cupsModelNumber:  2
*cupsFilter:    "application/vnd.cups-postscript 100 foomatic-rip"
*cupsFilter:    "application/vnd.cups-pdf 0 foomatic-rip"
*%pprRIP:        foomatic-rip other
*ModelName:     "Brother QL-550"
*ShortNickName: "Brother QL-550 ptouch"
*NickName:      "Brother QL-550 Foomatic/ptouch (recommended)"
*PSVersion:     "(3010.000) 550"
*PSVersion:     "(3010.000) 651"
*PSVersion:     "(3010.000) 652"
*PSVersion:     "(3010.000) 653"
*PSVersion:     "(3010.000) 704"
*PSVersion:     "(3010.000) 705"
*PSVersion:     "(3010.000) 800"
*PSVersion:     "(3010.000) 815"
*PSVersion:     "(3010.000) 850"
*PSVersion:     "(3010.000) 860"
*PSVersion:     "(3010.000) 861"
*PSVersion:     "(3010.000) 862"
*PSVersion:     "(3010.000) 863"
*PSVersion:     "(3010.000) 864"
*PSVersion:     "(3010.000) 870"
*LanguageLevel: "3"
*ColorDevice:   False
*DefaultColorSpace: Gray
*FileSystem:    False
*Throughput:    "1"
*LandscapeOrientation: Plus90
*TTRasterizer:  Type42
*1284DeviceID: "MFG:Brother;MDL:QL-550;CMD:PT-CBP;DRV:Dptouch,R1,M0,TF;"

*driverName ptouch: ""
*driverType F/Filter: ""
*driverObsolete: False


*HWMargins: 4.25 8.50 4.25 8.5
*VariablePaperSize: True
*MaxMediaWidth: 100000
*MaxMediaHeight: 100000
*NonUIOrderDependency: 100 AnySetup *CustomPageSize
*CustomPageSize True: "pop pop pop
<</PageSize [ 5 -2 roll ] /ImagingBBox null>>setpagedevice"
*End
*ParamCustomPageSize Width: 1 points 36 100000
*ParamCustomPageSize Height: 2 points 36 100000
*ParamCustomPageSize Orientation: 3 int 0 0
*ParamCustomPageSize WidthOffset: 4 points 0 0
*ParamCustomPageSize HeightOffset: 5 points 0 0

*FoomaticIDs: Brother-QL-550 ptouch
*FoomaticRIPCommandLine: "gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPA&&
USE -dNOINTERPOLATE -sDEVICE=cups %A%Z -sOutputFile=- - | rastertoptch&&
 dummyjob dummyuser dummytitle 1 &apos;%B&apos;"
*End

[ lots of option setting omitted ]

Agora, é claro, posso simplesmente substituir o FoomaticRIPCommandLine por "cat" nos sistemas remotos, e tudo funciona, mas gostaria de uma solução que ofereça um único PPD que funcione tanto em conexões diretas quanto remotas. máquinas de impressão.

    
por Matthias Urlichs 16.07.2018 / 08:58

0 respostas

Tags