home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Chip_1997-01_cd.bin / ms95 / disk22 / dir02 / f008690.re_ / f008690.re
Text File  |  1996-04-02  |  5KB  |  102 lines

  1. ; HP-GL/2 Plotter config file - For HP LaserJet 4 printers
  2.  
  3. ;       $Logfile:   I:/mgds/plot/pltcfg/hpljet4.plv  $
  4. ;       $Workfile:   hpljet4.plt  $
  5. ;       $Revision:   6.4  $
  6. ;   If you change this file, please do not disturb the above source control
  7. ;   information. It will prove useful in the event that a future release
  8. ;   changes this file.
  9.  
  10. ;  SETUP TIPS
  11. ;  Printer should have at least 2MB memory.  Printer's setting for
  12. ;  "pageprotect" should be set to LGL.
  13.  
  14. num_pens   = 1                ; Defines pens used
  15. change_pen = both             ; options are color, weight, level or both
  16. model = HPLJET3               ; For LaserJet 3/4 and HPGL/2 plotters
  17. driver = hpgl2                ; MDL driver to use
  18. autocenter                    ; Automatically center plot on page
  19. end_plot=eject                ; Advance page at end of plot
  20. rotate = cw
  21. default_extension/auto_incExt = '000'; border/pen=1/filename/time  ; leave this out for no border
  22. ;
  23. ; To configure a default output file name comment out the default_extension
  24. ; line above and uncomment this line.  "lpt1" may be substituted with any
  25. ; desired filename - e.g. "$(MS_PLTFILES)plotfile.000"
  26. ;
  27. ;default_outFile/auto_overwrite = "lpt1"
  28.  
  29. ; communication=(handshake=0,baud=9600,par=none,data=8,stop=1)
  30.  
  31.  
  32. ;  This configuration file contains the necessary records for English
  33. ;  and metric resolutions.  English units are used by default.  To use
  34. ;  the metric setting, comment out all lines in the ENGLISH section and
  35. ;  uncomment the RESOLUTION and SIZE lines in the METRIC section.  The
  36. ;  SIZE records define the plotting area of the page.
  37.  
  38. ; ENGLISH resolution and SIZE records
  39. resolution(IN)=(0.00098425197,0.00098425197)    ; Units set for 1024
  40. size=(11.35,7.93)/num=26/off=(0.0,0.004)/name=A4
  41. size=(10.1,6.85)/num=1/off=(0.0,0.004)/name=executive
  42. size=(13.6,8.0)/num=3/off=(0.0,0.004)/name=legal
  43. size=(10.6,8.0)/num=2/off=(0.0,0.004)/name=letter
  44.  
  45. ; METRIC resolution and SIZE records
  46. ; resolution(MM)=(0.025,0.025)                  ; Metric res and units
  47. ; size=(254,178.0)/num=26/off=(7,7)/name=a4
  48.  
  49. pen(1)=/rgb=(  0, 0, 0)     ; black
  50.  
  51. ; The pen_width record determines how far the pen moves when drawing
  52. ; thick lines (weights) or when used to fill elements.  Values are
  53. ; between 0 and 15 with 15 moving the greater distance.
  54. pen_width(1)=3
  55.  
  56. ; units for weight stroke are multiples of .025 mm
  57. weight_strokes = (1,7,14,21,28,35,42,49,56,63,70,77,84,91,98,105,112,119,126,133,
  58.         140,147,154,161,168,175,182,189,196,203,213,220)
  59.  
  60. ; Stroke_tolerance determines tolerance for arcs and circles.  Value is
  61. ; between 0 and 10 with 10 being the greater tolerance.  Larger values
  62. ; also create larger plot files.
  63. stroke_tolerance=4.5
  64.  
  65. ;  The style records define how the design file line codes (styles)
  66. ;  are to be plotted.  Values are in plotter units (resolutions).
  67. ;  Values determine pen down/up movements, where (10,28) for a dot
  68. ;  pattern leaves the pen down for 10 units and up for 28 units.  The
  69. ;  /nohardware switch causes software stroking with these values.
  70.  
  71. style(1) = (10,28)/nohardware                ; style = dot
  72. style(2) = (70,42)/nohardware                ; style = med dash
  73. style(3) = (140,42)/nohardware               ; style = long dash
  74. style(4) = (112,42,10,42)/nohardware         ; style = dot-dash
  75. style(5) = (35,42)/nohardware                ; style = short dash
  76. style(6) = (84,28,10,28,10,28)/nohardware    ; style = dash-dot-dot
  77. style(7) = (140,28,35,28)/nohardware         ; style = long dash - short dash
  78.  
  79.  
  80. ; linecap, linejoin and miter_limit values may differ between plotters.
  81. ; Check your plotter manual for their definition.
  82.  
  83. linecap     = 1          ; 1=butt, 2=square, 3=triangle, 4=round
  84. linejoin    = 2          ; 1=mitered, 4=round, 5=beveled
  85. miter_limit = 1.5        ; larger values mean longer spikes
  86.  
  87. ; Construction/active points are not plotted by default. Uncomment the
  88. ; next line if you want points plotted. Points are plotted 0.1 cm dia.
  89. ; point_size = .1
  90.  
  91. ; software_raster allows for plotting of type 87/88 raster elements. Value
  92. ; for resolution can be as high as your plotter's resolution.  Lower values
  93. ; will produce grainier images.  Remove comment to plot raster image.
  94. ; software_raster/res=300
  95.  
  96. ; largest_polygon is used only for element filling.  The value defines
  97. ; the point at which software filling takes over in place of hardware
  98. ; filling.  The value relates to number of vertices used to draw the
  99. ; element.
  100. largest_polygon=2048
  101.  
  102.