; HPGL a,b,c,d - four values that may be set to zero to disable
; the use of certain HPGL/2 commands.
;    a = PE  (data compression)
;    b = PS & RO  (plot size & page rotate)
;    c = WU & PW  (width units and pen width)
;    d = SD & AD  (std. font and alt. font)

HPGL 1,1,1,1

; Default pattern lengths in mm.
PATLEN 1,3
PATLEN 2,15
PATLEN 3,10
PATLEN 4,15
PATLEN 5,10
PATLEN 6,5

; PRINTCOL p,r,g,b - copied over from ProCAD+

; SOFTFILL
; SOFTFILL 0 - default - uses the HPGL/2 area fill algorithm
; SOFTFILL 1 - substitutes different area fill algorithm

SOFTFILL 0

; SOFTFONT
; SOFTFONT 0 - default - uses plotter's own font for Plain font
; SOFTFONT 1 - substitutes software font for Plain font
; SOFTFONT 2 - substitutes software font for Plain font only for
               white pen(s) as defined by drawing or from PRINTCOL
               parameters if used

SOFTFONT 0

; TURBOLEAD can be set to 1 to drive through a Computer Concepts Turbo
; driver printer lead.

TURBOLEAD 0

; WEIGHTS r,g,b - colour weightings used per 1000 for creating grey tones

WEIGHTS 299,587,114

; WIMPCALLS x,y
; If x = 0, the WIMP will not be polled until the output buffer is full and
; ready to be sent to the output of Plotter+. If x > 0, the WIMP will be
; polled after every x*60 characters (approximately) have been sent to the
; buffer.
; If y = 0, the WIMP will not be polled when outputing to file. If y = 1,
; the WIMP will be polled when outputing to file.

WIMPCALLS 64,1

