JezK
Edit File: ljet3d.xml
<driver id="driver/ljet3d"> <name>ljet3d</name> <url>http://www.ghostscript.com/</url> <thirdpartysupplied /> <execution> <ghostscript /> <prototype>gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -dNOMEDIAATTRS -dNOINTERPOLATE -sDEVICE=ljet3d%A%Z -sOutputFile=-%C -f -</prototype> </execution> <comments> <en> <B>This driver is available in the <A href="https://github.com/OpenPrinting/ghostscript-printer-app">Ghostscript Printer Application</A></B><P> <iframe src="https://snapcraft.io/ghostscript-printer-app/embedded?button=black&summary=true" frameborder="0" width="100%" height="300px" style="border: 1px solid #CCC; border-radius: 2px;"></iframe> This driver is the same as "ljet3" but with duplex printing support.<p> A Ghostscript bug in the driver breaks paper input tray selection. This <a href="http://www.openprinting.org/download/printing/ghostscript-pcl-patches/inputslot.patch">patch</a> for GPL Ghostscript 8.63 fixes the problem and allows to set the input tray with the "-dMediaPosition=X" commmand line option for Ghostscript. "X" is an integer number which depends on the printer model and tray. For HP "0" is usually the printer default, "7" automatic selection, "2" manual feed, "1" the upper, and "4" the lower tray. Note that for PCL 6/XL these numbers are different. The patch is required for Ghostscript 8.63 and older so that tray selection with the PPDs of this site works. The bug is fixed in Ghostscript 8.64 or newer.<p> </en> </comments> <printers> <printer> <id>printer/Generic-PCL_5_Printer</id> </printer> <printer> <id>printer/HP-LaserJet_3D</id> </printer> <printer> <id>printer/HP-LaserJet_3P_w_PS</id> <comments> <en>Same as ljet3 but activates duplex mode. (Cannot be activated by PS code because Ghostscript ignores this?)</en> </comments> </printer> <printer> <id>printer/Kyocera-FS-1500</id> </printer> <printer> <id>printer/Kyocera-FS-1550</id> </printer> <printer> <id>printer/Kyocera-FS-1550plus</id> </printer> <printer> <id>printer/Kyocera-FS-3400</id> </printer> <printer> <id>printer/Kyocera-FS-3400plus</id> </printer> <printer> <id>printer/Kyocera-FS-3500</id> </printer> </printers> </driver>