home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a099 / 1.ddi / DRIVERS / EPSNHI80.3PL < prev    next >
Encoding:
Text File  |  1988-07-25  |  1.0 KB  |  38 lines

  1. !----------------------------------------------------------------------------
  2. !  EPSNHI80.3PL
  3. !  Three D Graphics, Martin Schmitt
  4. !  March 30, 1988
  5. !  BoeingGraph v4.0 plotter driver for Epson Hiplot HI-80
  6. !----------------------------------------------------------------------------
  7. Epson Hiplot HI-80
  8. -------
  9. version         =PlotConfig v0.3
  10. resolution      =250
  11. min_x           =0
  12. min_y           =0
  13. max_x           =2700
  14. max_y           =2000
  15.  
  16. init_paper      =DF\x0d\IN\x0d\x0a
  17. init_film       =DF\x0d\IN\x0d\x0a
  18. home            =HO\x0d\x0a
  19. pen_up          =MR0,0\x0d\x0a
  20. pen_down        =DR0,0\x0d\x0a
  21. move            =MA%x:1:10%,%y:1:10%\x0d\x0a
  22. draw            =DA%x:1:10%,%y:1:10%\x0d\x0a
  23. terminate       =HO\x0d\DF\x0d\x0a
  24.  
  25. max_pens        =4 
  26. first_pen       =1
  27. select_pen      =SP%p:1:10%\x0d\x0a
  28.  
  29. max_line_types  =7
  30. line_type_0    =LT0\x0d\x0a
  31. line_type_1    =LT1\x0d\x0a
  32. line_type_2    =LT2\x0d\x0a
  33. line_type_3    =LT3\x0d\x0a
  34. line_type_4    =LT4\x0d\x0a
  35. line_type_5    =LT5\x0d\x0a
  36. line_type_6    =LT6\x0d\x0a
  37.  
  38.