home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 January
/
Chip_1997-01_cd.bin
/
ms95
/
disk22
/
dir02
/
f008640.re_
/
f008640.re
Wrap
Text File
|
1996-04-02
|
6KB
|
129 lines
; HP-GL/2 Plotter config file - For black/white HP DesignJet plotters
; $Logfile: I:/mgds/plot/pltcfg/hpdjet.plv $
; $Workfile: hpdjet.plt $
; $Revision: 6.3 $
; If you change this file, please do not disturb the above source control
; information. It will prove useful in the event that a future release
; changes this file.
; *********************************************
;
; I/O setup - RS232
; Hshake=Xon/Xoff
; Baud=9600
; Parity=None(0)
; Lang=HP-GL/2
; Pen parameters - Source=Software
; ********************************************
num_pens = 1 ; Defines pens used
change_pen = both ; options are color, weight, level or both
model = HPGL2 ; plotter model
driver = hpgl2 ; MDL driver to use
end_plot = eject ; performs page eject at end of plot
rotate = cw ; clockwise rotation
autocenter ; Automatically center plot on page
border/pen=1/filename/time ; leave this out for no border
default_extension/auto_incExt = '000' ; default extension for plotfiles
;
; To configure a default output file name comment out the default_extension
; line above and uncomment this line. "lpt1" may be substituted with any
; desired filename - e.g. "$(MS_PLTFILES)plotfile.000"
;
;default_outFile/auto_overwrite = "lpt1"
; communication=(handshake=0,baud=9600,par=none,data=8,stop=1)
; The SIZE records defines the plotting area of page. The .27 offset
; given is to allow room for the border record.
; Use the first set when using roll paper and the second set for cut paper.
; Only 5 SIZE records can be defined at one time
size=(8.5,11.0)/num=0/off=(0.27,0.27)/name=a
size=(11.0,17.0)/num=0/off=(0.27,0.27)/name=b
size=(17.0,22.0)/num=0/off=(0.27,0.27)/name=c
size=(22.0,34.0)/num=0/off=(0.27,0.27)/name=d
size=(44.0,34.0)/num=0/off=(0.27,0.27)/name=e
; size=(6.28,9.5)/num=0/off=(0.27,0.27)/name=a
; size=(9.0,14.0)/num=0/off=(0.27,0.27)/name=b
; size=(14.0,20.0)/num=0/off=(0.27,0.27)/name=c
; size=(20.0,31.0)/num=0/off=(0.27,0.27)/name=d
; size=(42.00,32.0)/num=0/off=(0.27,0.27)/name=e
; The style records defines how the design file line codes (styles)
; are to be plotted. Values are in plotter units (resolutions).
; Values determine pen down/up movements, where (14,42) for a dot
; pattern leaves the pen down for 14 units and up for 42 units. The
; /nohardware switch causes software stroking with these values.
style(1) = (14,42)/nohardware ; style = dot
style(2) = (70,42)/nohardware ; style = med dash
style(3) = (168,56)/nohardware ; style = long dash
style(4) = (112,42,28,42)/nohardware ; style = dot-dash
style(5) = (56,56)/nohardware ; style = short dash
style(6) = (84,28,28,28,28,28)/nohardware ; style = dash-dot-dot
style(7) = (112,28,56,28)/nohardware ; style = long dash - short dash
; Units for weight stroke are multiples of .025 mm. Weights may appear
; thicker than normal when plotter is set to "draft" mode. Set plotter
; on "final" setting to see true weight thickness.
weight_strokes=(10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95,100,105,110,115,120,125,130,135,140,145,150,155,160,165)
resolution(IN)=(0.00098425197,0.00098425197) ; specifies both res and units
pen(1)=/rgb=( 0, 0, 0) ; black
; stroke_tolerance determines tolerance for arcs and circles. Value is
; between 0 and 10 with 10 being the greater tolerance. Large value also
; creates a larger .000 file.
stroke_tolerance=4.5
; The style records defines how the design file line codes (styles)
; are to be plotted. Values are in plotter units (resolutions).
; Values determine pen down/up movements, where (14,42) for a dot
; pattern leaves the pen down for 14 units and up for 42 units. The
; /nohardware switch causes software stroking with these values.
style(1) = (14,42)/nohardware ; style = dot
style(2) = (70,42)/nohardware ; style = med dash
style(3) = (168,56)/nohardware ; style = long dash
style(4) = (112,42,28,42)/nohardware ; style = dot-dash
style(5) = (56,56)/nohardware ; style = short dash
style(6) = (84,28,28,28,28,28)/nohardware ; style = dash-dot-dot
style(7) = (112,28,56,28)/nohardware ; style = long dash - short dash
; linecap, linejoin and miter_limit values may differ between plotters.
; Check your plotter manual for their definition.
linecap = 1 ; 1=butt, 2=square, 3=triangle, 4=round
linejoin = 2 ; 1=mitered, 2=miter/bevel, 3=triangle,
; 4=round, 5=beveled, 6=no join
miter_limit = 1.5 ; larger values mean longer spikes
; Construction points, by default, are not plotted. Uncomment the next
; line if you want to plot them.
; point_size = .1 ; points are plotted 0.1 cm dia
; software_raster allows for plotting of type 87/88 raster elements. Value
; for resolution can be as high as your plotter's resolution. Lower values
; will produce grainier images. Remove comment to plot raster image.
; software_raster/res=300
; largest_polygon is used only for element filling. The value defines
; the point at which software filling takes over in place of hardware
; filling. The value relates to number of vertices used to draw the
; element.
largest_polygon=2048
; The pen_width record determines how far the pen moves when drawing
; thick lines (weights) or when used to fill elements. Values are
; between 0 and 15 with 15 moving the greater distance.
pen_width(1)=3