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

  1. !  SWEET_P.3PL -- HP-GL Compatible 
  2. !  Three D Graphics, Keith S. Kiyohara (28-Dec-87)
  3. !
  4. !  "Enter Computer Model SP600/601", 6-Pen Plotter
  5. !  Enter Computer, Inc
  6. !  6867 Nancy Ridge Drive
  7. !  San Diego, CA 92121
  8. !  (619)450-0601
  9. !
  10. "Sweet-P Six-Shooter" Enter Computer Model SP600/601
  11. -------
  12. version  =PlotConfig v0.3
  13. resolution      =1016
  14. min_x           =0
  15. min_y           =0
  16. max_x           =10365
  17. max_y           =7962
  18.  
  19. init_paper      =DFINSP0PUPA0,0;
  20. init_film       =DFINVS10PUPA0,0SP0;
  21. home            =PU0,0;
  22. pen_up          =PU;
  23. pen_down        =PD;
  24. move            =PU%x:1:10%,%y:1:10%
  25. draw            =PD%x:1:10%,%y:1:10%
  26. terminate       =PU0,7692SP0;
  27.  
  28. max_pens        =6
  29. first_pen       =1
  30. select_pen      =SP%p:1:10%;
  31.  
  32. max_line_types  =7
  33. line_type_0 =LT;
  34. line_type_1 =LT1;
  35. line_type_2 =LT2;
  36. line_type_3 =LT3;
  37. line_type_4 =LT4;
  38. line_type_5 =LT5;
  39. line_type_6 =LT6;
  40.