home *** CD-ROM | disk | FTP | other *** search
/ Global Amiga Experience / globalamigaexperience.iso / graphic / cad / xcad3000 / xcdoc / plotgf < prev    next >
Text File  |  1995-07-10  |  2KB  |  55 lines

  1.  
  2.    10.2.4 PLOT MITSUBISHI
  3.  
  4.  
  5. The PLOT MITSUBISHI command is used to output a raster file ( previously
  6. created with the PLOT RASTER command ) to the Mitsubishi G500 colour thermal
  7. transfer printer or any compatible printer.
  8.  
  9. To generate a raster image file suitable for plotting on the Mitsubishi G500
  10. printer, the value for the DOTSPERINCH modifier in PLOT RASTER should be 240
  11. unless the enlargement option is chosen. Colour raster files will be plotted
  12. using the 7 available colours, mono raster files will be plotted in black.
  13.  
  14. The colour assignments used for the Mitsubishi G500 are as follows:
  15.  
  16.    Colour 0          Not plotted
  17.    Colour 1          Yellow
  18.    Colour 2          Magenta
  19.    Colour 3          Red
  20.    Colour 4          Cyan
  21.    Colour 5          Green
  22.    Colour 6          Blue
  23.    Colour 7          Black
  24.  
  25. This follows the standard yellow, magenta and cyan colour combination used
  26. by most colour printers. To preview a drawing in these colours, the command
  27.  
  28.    #CHANGE COLOUR YMC
  29.  
  30. can be used to select the appropriate colours.
  31.  
  32.  
  33.    MODIFIERS
  34.  
  35. FROM        Requires the name of the raster image file created with the PLOT
  36.             RASTER command. If this modifier is not used, the file
  37.             XCTEMP:rastc is assumed to be the raster image file. ( This
  38.             file is the default file created by PLOT RASTER ).
  39.  
  40. TO          Requires the name of the file or device used as a destination
  41.             for the plot commands. If this modifier is not used, the plot
  42.             commands will be sent to the device PAR: ( the parallel port ).
  43.             If you are likely to reproduce the same plot many times, it can
  44.             be useful to output the plot commands to a disk-file which in
  45.             turn can then be copied to the printer when required.
  46.  
  47. ENLARGE     The ENLARGE modifier is used to select the 2x2 enlarge mode for
  48.             the Mitsubishi G500. If this option is used, each pixel is
  49.             plotted as a 2x2 matrix instead of a single dot. Therefore the
  50.             image will be enlarged to twice normal size. To compensate for
  51.             this the DOTSPERINCH modifier in PLOT RASTER should be set to
  52.             120 instead of 240.
  53.  
  54.  
  55.