home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / demon / amstrad / graph.arc / PRINTPIC.DOC < prev   
Encoding:
Text File  |  1993-09-30  |  1.9 KB  |  43 lines

  1. PRINTPIC v1.02                                      John Elliott, 9 August 1993.
  2. ================================================================================
  3.   PRINTPIC prints LOGO screens on an Epson-compatible dot-matrix printer, a
  4. bubblejet or a daisywheel. If you use Graphics Transfer other screens can be
  5. printed.
  6.  
  7. How to print on a dot-matrix printer or bubblejet:
  8.  
  9.   Type  PRINTPIC d:filename.pic {/L} {/M:m} {/B}
  10.  
  11.   Add a /B to the command only if you are using a bubblejet. The BJ-10e series
  12. will need to have the Alternate Graphics Mode (AGM) enabled.
  13.   The /L option, if present, selects landscape (sideways) printing. The picture
  14. will take up one side of A4.
  15.   The /M option selects the graphic mode used to print the picture. This should
  16. not be used with the 8256/8512/9256 matrix printers, but other printers may
  17. print a better picture with this option. For example, the Citizen 120D printer
  18. prints best with /M:7.
  19.  
  20. How to print on a daisywheel (including 9512 daisywheel on DAISY setting):
  21.  
  22.   Type  PRINTPIC d:filename.pic /C
  23.  
  24. How to print on the 9512 daisywheel on MATRIX setting (or Epson-compatible
  25. printers which can't do graphics):
  26.  
  27.   Type  PRINTPIC d:filename.pic /D
  28.  
  29.  After printing, the printer will pause. To continue, press [PTR], move the
  30. bar over 'Waiting for paper' and press [-] then [EXIT].
  31.  
  32.   I recommend that on the 9512 you use /D in preference to /C. The picture will
  33. be of better quality.
  34.  
  35.   On a daisywheel, the picture will take between 1¿ and 2⌐ hours to print. I
  36. recommend that you print on good quality paper as the 9512 printer is rather
  37. fierce and can cut its way through thin paper!
  38. ________________________________________________________________________________
  39.  
  40. For technical details of the daisywheel print system, see DPRINT.DOC in
  41. DSHOW.ARK.
  42. ________________________________________________________________________________
  43.