home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / alt / cad / autocad / 1926 < prev    next >
Encoding:
Text File  |  1993-01-24  |  1.8 KB  |  48 lines

  1. Newsgroups: alt.cad.autocad
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!bogus.sura.net!darwin.sura.net!sgiblab!munnari.oz.au!metro!bradfield!milad
  3. From: milad@archsci.arch.su.edu.au (Milad Saad <milad>)
  4. Subject: Re: How to print directly AUTOCAD draw
  5. Message-ID: <1993Jan24.232817.6968@ucc.su.OZ.AU>
  6. Sender: news@ucc.su.OZ.AU
  7. Nntp-Posting-Host: bradfield.arch.su.edu.au
  8. Reply-To: milad@archsci.arch.su.edu.au
  9. Organization: Design Computing Unit, Sydney University
  10. References: <9301241457.AA05876@geofisicas.cicese.mx>
  11. Date: Sun, 24 Jan 1993 23:28:17 GMT
  12. Lines: 34
  13.  
  14. QUESTION:
  15. ---------
  16. >>> on a SUN SYSTEM (670 MP), and my users are on IPX Sparc stations.
  17. >>> How can i send the ploting to the spooler of my unix system ?
  18. >>> I want that my draw beeing printed on the QMS 810 of my lan.
  19.  
  20. ---
  21.  
  22. I manage to automatically plot an AutoCAD drawing last year and
  23. this is the solution:
  24.  
  25.     1. Set the environment variable ACADPLCMD to:
  26.         %setenv ACADPLCMD "lpr -P<printername> %s"
  27.     2. Configure AutoCAD plotter to be a Postscript Device.
  28.     3. Next configure the Plot Spooler directory to be the user's home
  29.        directory ($HOME). Note that you can create a seperate spooling
  30.        directory.
  31.     4. Choose the default plot file name to be AUTOSPOOL
  32.     5. Configure AutoCAD to plot to a file.
  33.  
  34. For more info refer to Automatically Printing Spooler Plots pp104-107 in the
  35. autoCAD AutomaticThe AutoCAD Interface, Installation, and Performance Guide,
  36. for SUNS PARCstation Release 12.
  37.  
  38. Please let me know if you have any further questions.
  39.  
  40. Milad Saad
  41.  
  42. Design Computing Unit
  43. Department of Architectural and Design Science
  44. Wilkinson Building (G04)                    Tel:    +61-2-692-2053
  45. The University of Sydney                    Fax:    +61-2-692-3031
  46. NSW 2006 AUSTRALIA                          E-mail: milad@archsci.arch.su.edu.au
  47.  
  48.