Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

set drawing size for automatic printing

  • Thread starter Thread starter rullan
  • Start date Start date
Status
Not open for further replies.
R

rullan

Guest
When I go to print a drawing, I have to go through the process of configuring the model size, page size, etc. I know I can then save that configuration for future use in the directory from which I'm working at the time. If I decide to change the page size, I have to reconfigure the print set up.



Is there a way to set up ProE so that it would recognize a specific configuration automatically, based on the page size?



For example, suppose I configure the print set up for an A sized drawing in directory X, then later I move to directory Y and go to print a different drawing in A size. Rather than go through the process all over again, can't ProE see that I'm trying to print A size and automatically pull the configuration for an A sized drawing? The same for B or C sizes?
 
In config.pro add

pro_plot_config_dir c:\pro-plot



Then put all .pcf files into c:\pro-plot.
 
Excellent advice, worked great. Just one more question.



So far I have saved only the configuration for an A sized drawing (its name by default is ms_print_mgr.pcf).



If I follow the same procedure for B or C sized, will ProE prompt me to name the additional .pcf files differently than the initial file, or do I need to be careful here and choose intelligent file names (i.e. ms_print_mgr_B and

ms_print_mgr_C)?
 
What I have done is named them 'a-plot', 'b-plot' & etc.



You can rename the '.pcf' file outside of ProE (using Explorer).

Or even copy it and modify (using text editor).
 
Thanks again for the help. The print files work great.



Does this technique work with the system colors file (syscol.scl)? I've tried to set up config.pro to automatically use the ProE default color scheme each time I open ProE, but what I get is the black on black scheme. It appears I can save the default scheme, but it doesn't come back up when I close ProE and open it later.
 
Yes, add following to config.pro



system_colors_file c:\your_folder\syscol.scl
 
Thank you.



This worked great. A little tricky with file management, but the results are positive.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top