hallo manfred
habe auf den link deiner antwort geklickt und es hat auch da funktioniert. aber macht ja nichts.anbei einen auszug aus dem link.
Exercise 14: Creating a Print Configuration
To facilitate the creation of consistent print/plot output, ME10 enables you to create any number of print configurations.
To create a print configuration:
Pull down the File menu and click Print. Alternatively, click the following button in the ME10 toolbar:
In the Print menu, select and/or specify the settings you want to save in the new print configuration. These settings are discussed in the following sections of this chapter.
In the Print Configuration section of the Print menu, click Settings.
At the top of the Print Configurations dialog box, specify a name for the print configuration you want to create.
Click Add to add this new print configuration name to the list of print configurations.
If you want to save the print configuration for future use, select it and click Store.
In the Store Print Configurations dialog box, select or specify a name (such as my_print.m) for your print configuration file. Note that this filename does not have to be the same as the print configuration name. However, be sure to specify a name that is readily identified.
Click Save to save this file.
Example of a Print Configuration
The following is an example of an ME10 print configuration.
{ User specific customization }
WIN_PRT_MGR PAPER 'a3' ORIENTATION LANDSCAPE COPIES 1 END
PLOT_SCALE AUTO
PLOTTER_TYPE ADD MSWINDOW_GDI_PRINTER PRT_DRIVER 'HP LaserJet 1100' 'department_1' END
WIN_PRT_MGR PAPER 'a4' ORIENTATION PORTRAIT COPIES 1 END
PLOT_SCALE AUTO
PLOTTER_TYPE ADD MSWINDOW_GDI_PRINTER PRT_DRIVER 'HP DeskJet' 'department_2' END
WIN_PRT_MGR PAPER 'a4' ORIENTATION LANDSCAPE COPIES 1 END
PLOT_SCALE AUTO
PLOTTER_TYPE ADD MSWINDOW_GDI_PRINTER PRT_DRIVER 'HP LaserJet 1100' 'department_3' END
PLOTTER_TYPE 'department_3'
{ plot it }
PLOT 0,0 0 all BW_IMG NORM_VIDEO
The settings in this customize_p.m print configuration file imply the following:
One copy of the drawing is printed to A4 paper in landscape orientation.
The drawing is scaled to fit.
The PLOTTER_TYPE variable is set to department_3. This is the printer that will be used as the output device.
The entire drawing is printed in normal (as opposed to inverse) video.
gruss auf finsterhennen
------------------
awi
André Weidmann
Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP