*PPD-Adobe: "4.3"
*% Adobe Systems PostScript(R) Printer Description File
*% For "QMS 4060 Print System Level 2" versions 2011.26
*% Date: 10/29/96
*% Modified: 1/08/97

*FormatVersion: "4.3"
*FileVersion: "4.1"
*LanguageEncoding: ISOLatin1
*LanguageVersion: English

*Product: "(QMS 4060 Print System)"
*PSVersion: "(2011.26) 7"
*Manufacturer: "QMS"
*ModelName: "QMS 4060 w/Optional & Stacker"
*ShortNickName: "QMS 4060 Print System"
*NickName: "QMS 4060 Print System"
*PCFileName: "QMS4060D.PPD"

*% === Installable Options =========
*OpenGroup: InstallableOptions/Options Installed
*OpenUI *InstalledMemory/Memory Configuration: PickOne
*DefaultInstalledMemory: 32Meg
*InstalledMemory 32Meg/Standard 32MB RAM: ""
*InstalledMemory 36Meg/36MB Total RAM: ""
*InstalledMemory 40Meg/40MB Total RAM: ""
*InstalledMemory 48Meg/48MB Total RAM: ""
*InstalledMemory 64Meg/64MB Total RAM: ""
*?InstalledMemory: "
  save
  currentsystemparams /RamSize get
  1048576 div cvi 6 string cvs dup length dup 3 add string dup 0 4 index
  putinterval dup 2 index (Meg) putinterval exch pop exch pop = flush
  restore
"
*End
*CloseUI: *InstalledMemory
*CloseGroup: InstallableOptions

*% === Constraints  ================
*UIConstraints: *InputBin Optional *PageSize Legal
*UIConstraints: *InputBin Optional *PageSize Executive
*UIConstraints: *InputBin Optional *PageSize 11x17
*UIConstraints: *InputBin Optional *PageSize A3
*UIConstraints: *InputBin Optional *PageSize A4
*UIConstraints: *InputBin Optional *PageSize A5
*UIConstraints: *InputBin Optional *PageSize B4
*UIConstraints: *InputBin Optional *PageSize B5
*UIConstraints: *InputBin Optional *PageSize B4ISO
*UIConstraints: *InputBin Optional *PageSize B5ISO
*UIConstraints: *InputBin Optional *PageSize Statement
*UIConstraints: *PageSize Legal         *InputBin Optional
*UIConstraints: *PageSize Executive *InputBin Optional
*UIConstraints: *PageSize 11x17     *InputBin Optional
*UIConstraints: *PageSize A3            *InputBin Optional
*UIConstraints: *PageSize A4            *InputBin Optional
*UIConstraints: *PageSize A5            *InputBin Optional
*UIConstraints: *PageSize B4            *InputBin Optional
*UIConstraints: *PageSize B5            *InputBin Optional
*UIConstraints: *PageSize B4ISO         *InputBin Optional
*UIConstraints: *PageSize B5ISO         *InputBin Optional
*UIConstraints: *PageSize Statement *InputBin Optional

*% === QMS Defaults ========================

*EndOfDocument: True
*Protocols: BCP
*Overlay: True
*MultiOverlay: True
*NUP: True
*Booklet: True
*MiserMode: True
*MonoScreening: True

*% General Information and Defaults ===============
*LanguageLevel: "2"
*AcceptsTrueType: True

*FreeVM: "12315876"
*VMOption 32Meg/Standard 32Mb: "12315876"
*VMOption 36Meg/Upgrade to 36Mb: "16493796"
*VMOption 40Meg/Upgrade to 40Mb: "20638948"
*VMOption 48Meg/Upgrade to 48Mb: "29002980"
*VMOption 64Meg/Upgrade to 64Mb: "45722844"

*ColorDevice: False
*DefaultColorSpace: Gray
*VariablePaperSize: False
*SuggestedJobTimeout: "0"
*SuggestedWaitTimeout: "300"
*PrintPSErrors: True
*FileSystem: True
*?FileSystem: "
save
 statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
restore
"
*End
*Throughput: "40"
*Password: "0"
*ExitServer: "
count 0 eq
{ false } { true exch startjob } ifelse
not {
    (WARNING : Cannot perform the exitserver command.) =
    (Password supplied is not valid.) =
    (Please contact the author of this software.) = flush quit
    } if
"
*End
*Reset: "
count 0 eq
{ false } { true exch startjob } ifelse
not {
   (WARNING: Cannot reset printer.) =
   (Missing or invalid password.) =
   (Please contact the author of this software.) = flush quit
   } if
systemdict /quit get exec
(WARNING : Printer Reset Failed.) = flush
"
*End

*OpenUI *Resolution/Choose Resolution: PickOne
*OrderDependency: 10 AnySetup *Resolution
*DefaultResolution: 600dpi
*Resolution 300dpi: "1 dict dup /HWResolution [300 300] put setpagedevice"
*Resolution 600dpi: "1 dict dup /HWResolution [600 600] put setpagedevice"
*?Resolution: "
 save
   currentpagedevice /HWResolution get
   0 get
   (          ) cvs print
   (dpi)
   = flush
 restore
"
*End
*CloseUI: *Resolution

*% Halftone Information ===============
*DefaultHalftoneType: 1
*ScreenFreq: "106.0"
*ScreenAngle: "45.0"
*DefaultScreenProc: Dot
*ScreenProc Dot: "
{ 1.4 0.24
 { 2
  { 3 1 roll add dup 1.0 gt { 2.0 sub } if
  } repeat
  abs exch abs 2 copy add 1 gt
  { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  { dup mul exch dup mul add 1 exch sub}
   ifelse
 } exec
}
"
*End
*ScreenProc Line: "{ pop }"
*ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
*DefaultTransfer: Null
*Transfer Null: "{ }"
*Transfer Null.Inverse: "{ 1 exch sub }"

*% Paper Handling ===================
*% Code in this section both selects a tray and sets up a frame buffer.
*OpenUI *PageSize: PickOne
*OrderDependency: 30 AnySetup *PageSize
*DefaultPageSize: Letter
*PageSize Letter: "(<<) cvx exec
  /PageSize [612 792] /ImagingBBox null (>>) cvx exec setpagedevice"
*End
*PageSize Legal: "(<<) cvx exec
  /PageSize [612 1008] /ImagingBBox null (>>) cvx exec setpagedevice"
*End
*PageSize Executive: "(<<) cvx exec
  /PageSize [522 757] /ImagingBBox null (>>) cvx exec setpagedevice"
*End
*PageSize 11x17: "(<<) cvx exec
  /PageSize [792 1224] /ImagingBBox null (>>) cvx exec setpagedevice"
*End
*PageSize A3: "(<<) cvx exec
  /PageSize [842 1191] /ImagingBBox null (>>) cvx exec setpagedevice"
*End
*PageSize A4: "(<<) cvx exec
  /PageSize [596 842] /ImagingBBox null (>>) cvx exec setpagedevice"
*End
*PageSize A5: "(<<) cvx exec
  /PageSize [420 596] /ImagingBBox null (>>) cvx exec setpagedevice"
*End
*PageSize B4: "(<<) cvx exec
  /PageSize [729 1032] /ImagingBBox null (>>) cvx exec setpagedevice"
*End
*PageSize B5: "(<<) cvx exec
  /PageSize [516 729] /ImagingBBox null (>>) cvx exec setpagedevice"
*End
*PageSize B4ISO/B4 (ISO): "(<<) cvx exec
  /PageSize [709 1001] /ImagingBBox null (>>) cvx exec setpagedevice"
*End
*PageSize B5ISO/B5 (ISO): "(<<) cvx exec
  /PageSize [499 709] /ImagingBBox null (>>) cvx exec setpagedevice"
*End
*PageSize Statement: "(<<) cvx exec
  /PageSize [396 612] /ImagingBBox null (>>) cvx exec setpagedevice"
*End
*?PageSize: "
save
  currentpagedevice /PageSize get aload pop
  2 copy gt {exch} if
  (Unknown)
  (<<) cvx exec
  [612 792] (Letter)
  [612 1008] (Legal)
  [522 757] (Executive)
  [792 1224] (11x17)
  [842 1191] (A3)
  [596 842] (A4)
  [420 596] (A5)
  [729 1032] (B4)
  [516 729] (B5)
  [709 1001] (B4ISO)
  [499 709] (B5ISO)
  [396 612] (Statement)
  (>>) cvx exec
{ exch aload pop 4 index sub abs 5 le exch
  5 index sub abs 5 le and
     {exch pop exit} {pop} ifelse
  } bind forall
  = flush pop pop
restore
"
*End
*CloseUI: *PageSize

*OpenUI *PageRegion: PickOne
*OrderDependency: 30 AnySetup *PageRegion
*DefaultPageRegion: Letter
*PageRegion Letter: "(<<) cvx exec
   /PageSize [612 792] /ImagingBBox null (>>) cvx exec setpagedevice"
*End
*PageRegion Legal: "(<<) cvx exec
   /PageSize [612 1008] /ImagingBBox null (>>) cvx exec setpagedevice"
*End
*PageRegion Executive: "(<<) cvx exec
   /PageSize [522 757] /ImagingBBox null (>>) cvx exec setpagedevice"
*End
*PageRegion 11x17: "(<<) cvx exec
   /PageSize [792 1224] /ImagingBBox null (>>) cvx exec setpagedevice"
*End
*PageRegion A3: "(<<) cvx exec
   /PageSize [842 1191] /ImagingBBox null (>>) cvx exec setpagedevice"
*End
*PageRegion A4: "(<<) cvx exec
   /PageSize [596 842] /ImagingBBox null (>>) cvx exec setpagedevice"
*End
*PageRegion A5: "(<<) cvx exec
   /PageSize [420 596] /ImagingBBox null (>>) cvx exec setpagedevice"
*End
*PageRegion B4: "(<<) cvx exec
   /PageSize [729 1032] /ImagingBBox null (>>) cvx exec setpagedevice"
*End
*PageRegion B5: "(<<) cvx exec
   /PageSize [516 729] /ImagingBBox null (>>) cvx exec setpagedevice"
*End
*PageRegion B4ISO/B4 (ISO): "(<<) cvx exec
   /PageSize [709 1001] /ImagingBBox null (>>) cvx exec setpagedevice"
*End
*PageRegion B5ISO/B5 (ISO): "(<<) cvx exec
   /PageSize [499 709] /ImagingBBox null (>>) cvx exec setpagedevice"
*End
*PageRegion Statement: "(<<) cvx exec
   /PageSize [396 612] /ImagingBBox null (>>) cvx exec setpagedevice"
*End
*CloseUI: PageRegion

*% The following entries provide information about specific paper keywords.
*DefaultImageableArea: Letter
*ImageableArea Letter:    "12 12.24 600.12 780.24 "
*ImageableArea Legal:     "12 11.88 599.52 996 "
*ImageableArea Executive: "12 12 510.12 743.52 "
*ImageableArea 11x17:     "12 11.88 780 1212 "
*ImageableArea A3:        "12 11.892 828.96 1178.29 "
*ImageableArea A4:        "11.892 12.24 583.092 829.2 "
*ImageableArea A5:        "11.892 11.964 406.452 583.284 "
*ImageableArea B4:        "11.892 11.8799 715.572 1019.76 "
*ImageableArea B5:        "11.892 11.892 503.412 716.292 "
*ImageableArea B4ISO:     "11.892 11.928 696.372 988.608 "
*ImageableArea B5ISO:     "11.892 11.892 486.132 696.612 "
*ImageableArea Statement: "12 11.88 383.52 600 "
*?ImageableArea: "
save /cvp { cvi (            ) cvs print ( ) print } bind def
 newpath clippath pathbbox
 4 -2 roll exch 2 {ceiling cvp} repeat
 exch 2 {floor cvp} repeat flush
restore
"
*End

*% These provide the physical dimensions of the paper (by keyword)
*DefaultPaperDimension: Letter
*PaperDimension Letter: "612 792"
*PaperDimension Legal: "612 1008"
*PaperDimension Executive: "522 756"
*PaperDimension 11x17: "792 1224"
*PaperDimension A3: "842 1191"
*PaperDimension A4: "595 842"
*PaperDimension A5: "420 596"
*PaperDimension B4: "729 1031"
*PaperDimension B5: "516 729"
*PaperDimension B4ISO: "709 1001"
*PaperDimension B5ISO: "499 709"
*PaperDimension Statement: "396 612"

*OpenUI *InputSlot: PickOne
*OrderDependency: 20 AnySetup *InputSlot
*DefaultInputSlot: Upper
*InputSlot Upper: " mark {
 (<<) cvx exec
   /InputAttributes (<<) cvx exec /Priority [1] (>>) cvx exec
 (>>) cvx exec setpagedevice
 } stopped cleartomark "
*End

*InputSlot Middle: "mark {
 (<<) cvx exec
   /InputAttributes (<<) cvx exec /Priority [2] (>>) cvx exec
 (>>) cvx exec setpagedevice
 } stopped cleartomark"
*End

*InputSlot Lower: "mark {
 (<<) cvx exec
   /InputAttributes (<<) cvx exec /Priority [3] (>>) cvx exec
 (>>) cvx exec setpagedevice
 } stopped cleartomark"
*End

*InputSlot Optional: "mark {
 (<<) cvx exec
   /InputAttributes (<<) cvx exec /Priority [5] (>>) cvx exec
 (>>) cvx exec setpagedevice
 } stopped cleartomark "
*End

*?InputSlot: "
save
 (<<) cvx exec
   /1 (Upper)
   /2 (Middle)
   /3 (Lower)
   /5 (Optional)
 (>>) cvx exec
 currentpagedevice /InputAttributes get
 dup /Priority known
 { /Priority get 0 get (      ) cvs cvn get }
 {
   dup length 1 eq
   { {pop} forall (       ) cvs cvn get }
   { pop pop (Unknown) } ifelse
 } ifelse
 = flush
restore
"
*End
*CloseUI: *InputSlot

*OpenUI *OutputBin: PickOne
*OrderDependency: 40 AnySetup *OutputBin
*DefaultOutputBin: Upper
*DefaultOutputOrder: Normal
*OutputBin Upper: " mark {
 (<<) cvx exec
   /OutputAttributes (<<) cvx exec /Priority [1] (>>) cvx exec
 (>>) cvx exec setpagedevice
 } stopped cleartomark "
*End

*OutputBin StackFaceUp/Face-Up Stack: " mark {
 (<<) cvx exec
   /OutputAttributes (<<) cvx exec /Priority [2] (>>) cvx exec
 (>>) cvx exec setpagedevice
 } stopped cleartomark "
*End

*OutputBin StackFaceDown/Face-Down Stack: " mark {
 (<<) cvx exec
   /OutputAttributes (<<) cvx exec /Priority [3] (>>) cvx exec
 (>>) cvx exec setpagedevice
 } stopped cleartomark "
*End

*?OutputBin: "
save
 (<<) cvx exec
  /1 (Upper)
  /2 (StackFaceUp)
  /3 (StackFaceDown)
 (>>) cvx exec
 currentpagedevice /OutputAttributes get
 dup /Priority known
 { /Priority get 0 get (      ) cvs cvn get }
 {
   dup length 1 eq
   { {pop} forall (       ) cvs cvn get }
   { pop pop (Unknown) } ifelse
 } ifelse
 = flush
restore
"
*End
*CloseUI: *OutputBin

*OpenUI *MediaType/Media Type:  PickOne
*OrderDependency: 35 AnySetup *MediaType
*DefaultMediaType: PlainPaper
*MediaType PlainPaper/Plain Paper: "(<<) cvx exec /MediaType (Plain Paper) (>>) cvx exec setpagedevice"
*MediaType Transparency: "(<<) cvx exec /MediaType (Transparency) (>>) cvx exec setpagedevice"
*MediaType ThinPaper/Thin Paper: "(<<) cvx exec /MediaType (Thin Paper) (>>) cvx exec setpagedevice"
*?MediaType: "save
   currentpagedevice /MediaType
    {get} stopped
      {pop pop (Unknown)} {dup null eq {pop (Unknown)} if} ifelse
   = flush
 restore"
*End
*CloseUI: *MediaType

*OpenUI *Duplex: PickOne
*OrderDependency: 40 AnySetup *Duplex
*DefaultDuplex: None
*Duplex None: ""
*Duplex Simplex: "(<<) cvx exec /Duplex false /Tumble false (>>) cvx exec setpagedevice"
*Duplex DuplexNoTumble:"(<<) cvx exec /Duplex true /Tumble false (>>) cvx exec setpagedevice"
*Duplex DuplexTumble:"(<<) cvx exec /Duplex true /Tumble true (>>) cvx exec setpagedevice"
*Duplex SimplexTumble:"%%IncludeFeature: duplex(letterhead)"
*?Duplex: "save currentpagedevice /Duplex get
  { currentpagedevice /Tumble get
      {(DuplexTumble)}{(DuplexNoTumble)}ifelse
  }
  { (None)}
  ifelse = flush
restore
"
*End
*CloseUI: *Duplex

*OpenUI *Collate:  Boolean
*OrderDependency:  40 AnySetup *Collate
*DefaultCollate: True
*Collate True:  "(<<) cvx exec /Collate true (>>) cvx exec setpagedevice"
*Collate False:  "(<<) cvx exec /Collate false (>>) cvx exec setpagedevice"
*?Collate:"save
 currentpagedevice /Collate get
 {(True)}{(False)}ifelse = flush restore"
*End
*CloseUI: *Collate

*OpenUI *TraySwitch: Boolean
*OrderDependency: 40 AnySetup *TraySwitch
*DefaultTraySwitch: False
*TraySwitch True: "(<<) cvx exec /TraySwitch true (>>) cvx exec setpagedevice"
*TraySwitch False: "(<<) cvx exec /TraySwitch false (>>) cvx exec setpagedevice"
*?TraySwitch: "
save
 currentpagedevice /TraySwitch get
 {(True)}{(False)}ifelse = flush
restore
"
*End
*CloseUI: *TraySwitch

*OpenUI *MiserMode/Conserve Toner: Boolean
*OrderDependency: 50 AnySetup *MiserMode
*DefaultMiserMode: False
*MiserMode False: "statusdict begin 0 setmisermode end"
*MiserMode True: "statusdict begin 1 setmisermode end"
*?MiserMode: "
save statusdict begin
 2 dict begin
  /0 (False) def
  /1 (True) def
  misermode
    {( ) cvs cvn load exec} stopped not{= flush}if
 end
end restore"
*End
*CloseUI: *MiserMode

*% === QMS Monochrome Halftone =============

*% 300 dpi
*OpenUI *HalftoneType300/Halftones: PickOne
*OrderDependency: 50 AnySetup *HalftoneType300
*DefaultHalftoneType300: 4
*HalftoneType300 4/Default: ""
*HalftoneType300 6/Advanced:"(<<) cvx exec /ScreenFamily /Advanced (>>) cvx exec //statusdict /QMSsetscreencrd get exec"
*HalftoneType300 7/Basic:"(<<) cvx exec /ScreenFamily /Basic (>>) cvx exec //statusdict /QMSsetscreencrd get exec"
*HalftoneType300 8/Standard:"(<<) cvx exec /ScreenFamily /Standard (>>) cvx exec //statusdict /QMSsetscreencrd get exec"
*CloseUI: *HalftoneType300

*% 600 dpi
*OpenUI *HalftoneType600/Halftones: PickOne
*OrderDependency: 50 AnySetup *HalftoneType600
*DefaultHalftoneType600: 4
*HalftoneType600 4/Default: ""
*HalftoneType600 6/Advanced:"(<<) cvx exec /ScreenFamily /Advanced (>>) cvx exec //statusdict /QMSsetscreencrd get exec"
*HalftoneType600 7/Basic:"(<<) cvx exec /ScreenFamily /Basic (>>) cvx exec //statusdict /QMSsetscreencrd get exec"
*HalftoneType600 8/Standard:"(<<) cvx exec /ScreenFamily /Standard (>>) cvx exec //statusdict /QMSsetscreencrd get exec"
*CloseUI: *HalftoneType600

*% === QMS Printer End of Document Types ======

*OpenUI *EndOfDocType: PickOne
*OrderDependancy: 45 AnySetup *EndOfDocType
*DefaultEndOfDocType: StandardEOD
*EndOfDocType StandardEOD:"^D"
*End
*EndOfDocType QMSEOD:"%%EndOfDocument\012"
*End
*EndOfDocType HPEOD:"\033%-12345X"
*End
*CloseUI: *EndOfDocType

*% Font Information =====================

*DefaultFont: Courier
*Font AvantGarde-Book: Standard "(001.002)"
*Font AvantGarde-BookOblique: Standard "(001.002)"
*Font AvantGarde-Demi: Standard "(001.003)"
*Font AvantGarde-DemiOblique: Standard "(001.003)"
*Font Bookman-Demi: Standard "(001.001)"
*Font Bookman-DemiItalic: Standard "(001.001)"
*Font Bookman-Light: Standard "(001.001)"
*Font Bookman-LightItalic: Standard "(001.001)"
*Font Courier: Standard "(001.005)"
*Font Courier-Bold: Standard "(001.005)"
*Font Courier-BoldOblique: Standard "(001.005)"
*Font Courier-Oblique: Standard "(001.005)"
*Font Helvetica: Standard "(001.002)"
*Font Helvetica-Bold: Standard "(001.002)"
*Font Helvetica-BoldOblique: Standard "(001.002)"
*Font Helvetica-Condensed: Standard "(001.001)"
*Font Helvetica-Condensed-Bold: Standard "(001.002)"
*Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
*Font Helvetica-Condensed-Oblique: Standard "(001.001)"
*Font Helvetica-Narrow: Standard "(001.002)"
*Font Helvetica-Narrow-Bold: Standard "(001.002)"
*Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
*Font Helvetica-Narrow-Oblique: Standard "(001.002)"
*Font Helvetica-Oblique: Standard "(001.002)"
*Font NewCenturySchlbk-Bold: Standard "(001.007)"
*Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
*Font NewCenturySchlbk-Italic: Standard "(001.003)"
*Font NewCenturySchlbk-Roman: Standard "(001.004)"
*Font Palatino-Bold: Standard "(001.002)"
*Font Palatino-BoldItalic: Standard "(001.002)"
*Font Palatino-Italic: Standard "(001.002)"
*Font Palatino-Roman: Standard "(001.001)"
*Font Symbol: Special "(001.003)"
*Font Times-Bold: Standard "(001.002)"
*Font Times-BoldItalic: Standard "(001.004)"
*Font Times-Italic: Standard "(001.002)"
*Font Times-Roman: Standard "(001.002)"
*Font ZapfChancery-MediumItalic: Standard "(001.003)"
*Font ZapfDingbats: Special "(001.002)"
*?FontQuery: "
save
  { count 1 gt
     { exch dup 127 string cvs (/) print print (:) print
       /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
     } { exit } ifelse
  } bind loop
  (*) = flush
restore
"
*End

*?FontList: "
save
 (*) {cvn ==} 128 string /Font resourceforall
 (*) = flush
restore
"
*End

*% Printer Messages (verbatim from printer):
*Message: "%%[ exitserver: permanent state may be changed ]%%"
*Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
*Message: "\FontName\ not found, using Courier"

*% Status (format: %%[ status: <one of these> ]%% )
*Status: "idle"
*Status: "busy"
*Status: "waiting"
*Status: "printing"
*Status: "warming up"

*% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%%)
*Source: "Serial RS-232C"
*Source: "EtherTalk"
*Source: "LocalTalk"
*Source: "Parallel"

*% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
*PrinterError: "out of paper"
*PrinterError: "Paper Jam"
*PrinterError: "Off line"
*PrinterError: "timeout, clearing printer"
*PrinterError: "warming up"
*PrinterError: "service call"
*PrinterError: "paper entry misfeed"
*PrinterError: "no toner cartridge"
*PrinterError: "low toner"
*PrinterError: "no paper tray"
*PrinterError: "resetting printer"
*PrinterError: "cover open"
*PrinterError: "manual feed timeout"

*DeviceAdjustMatrix: "[1 0 0 1 0 0]"

*% Color Separation Information =====================

*DefaultColorSep: ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi

*InkName: ProcessBlack/Process Black
*InkName: CustomColor/Custom Color
*InkName: ProcessCyan/Process Cyan
*InkName: ProcessMagenta/Process Magenta
*InkName: ProcessYellow/Process Yellow

*%  For 53 lpi / 300 dpi  ===============================

*ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
*ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
*ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
*ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
*ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"

*ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
*ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
*ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
*ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
*ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"

*%  For 71 lpi / 600 dpi  ===============================

*ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
*ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
*ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
*ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
*ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"

*ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
*ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
*ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
*ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
*ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"


*%  For 80 lpi / 600 dpi  ===============================

*ColorSepScreenAngle ProcessBlack.80lpi.600dpi/80 lpi / 600 dpi: "45.0"
*ColorSepScreenAngle CustomColor.80lpi.600dpi/80 lpi / 600 dpi: "45.0"
*ColorSepScreenAngle ProcessCyan.80lpi.600dpi/80 lpi / 600 dpi: "71.5651"
*ColorSepScreenAngle ProcessMagenta.80lpi.600dpi/80 lpi / 600 dpi: "18.4349"
*ColorSepScreenAngle ProcessYellow.80lpi.600dpi/80 lpi / 600 dpi: "0.0"

*ColorSepScreenFreq ProcessBlack.80lpi.600dpi/80 lpi / 600 dpi: "80"
*ColorSepScreenFreq CustomColor.80lpi.600dpi/80 lpi / 600 dpi: "80"
*ColorSepScreenFreq ProcessCyan.80lpi.600dpi/80 lpi / 600 dpi: "80"
*ColorSepScreenFreq ProcessMagenta.80lpi.600dpi/80 lpi / 600 dpi: "80"
*ColorSepScreenFreq ProcessYellow.80lpi.600dpi/80 lpi / 600 dpi: "80"

*%  For 85 lpi / 600 dpi  (5,5,2,6,6,2,20/3,0) =====================

*ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
*ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
*ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
*ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
*ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"

*ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
*ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
*ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
*ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
*ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"

*ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
{1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
*End

*%  For 71 lpi / 600 dpi  ===============================

*ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
*ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
*ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
*ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
*ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"

*ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
*ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
*ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
*ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
*ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"

*% end of PPD file for QMS 4060 Print System