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

  1. !  Three D Graphics, Budlong, 88-02-01
  2. !  File PTPOL.3PL
  3. Presentation Technologies Image Maker, Polachrome Film
  4. -------
  5. version          =PlotConfig v0.3
  6. resolution       =2000
  7. ! .0005" increments.
  8. min_x            =0
  9. min_y            =0
  10. max_x            =2350
  11. max_y            =1604
  12. ! Safe window, recommended by Pres. Tech.  
  13. ! These are "user units".
  14. init_paper       =DF;IP190,73,2540,1677;SC0,2350,0,1604;PU0,0;SF2;SZ5;PXB;
  15. ! Pres. Tech. likes DF, not IN.
  16. ! DF sets P1=0,0; P2=1730,1750. This is max film size.
  17. ! IP relocates P1,P2 to safe window inside film size, in
  18. ! consideration of film, mounting positioning tolerances.
  19. ! SC sets the user units to start at 0,0, turns scaling on.
  20. ! SF2 is for Polaroid Polachrome
  21. ! SZ5;PXB; specifies the special fill stylus
  22. ! PU0,0 to control initial pen position
  23. init_film        =DF;IP190,73,2540,1677;SC0,2350,0,1604;PU0,0;SF2;SZ5;PXB;
  24. ! No distintion, paper vs. film. User can select either.
  25. home             =PU0,0
  26. pen_up           =PU
  27. pen_down         =PD
  28. move             =PU;PA%x:1:10%,%y:1:10%
  29. draw             =PD;PA%x:1:10%,%y:1:10%
  30. max_pens         =16
  31. first_pen        =1
  32. ! Above pen commands same as HPGL
  33. select_pen       =SP%p:1:10%
  34. ! 16 colors. Wh,Yel,Red,Grn,Blu,Magenta,Orange,Violet,
  35. ! and "lo-lite" versions of these (Grey, LoYellow, ...)
  36. max_line_types   =7
  37. ! Use colors. Image Maker doesn't make dotted lines.
  38. line_type_0      =SP2
  39. ! Yellow
  40. line_type_1      =SP3
  41. ! Red
  42. line_type_2      =SP4
  43. ! Green
  44. line_type_3      =SP5
  45. ! Blue
  46. line_type_4      =SP6
  47. ! Magenta
  48. line_type_5      =SP7
  49. ! Orange
  50. line_type_6      =SP8
  51. ! Violet
  52. terminate        =AF;DF
  53. ! AF is Advance Film
  54. ! DF politely sets up for the next guy, in case he forgot.
  55.