######################################################################### ###### ###### # # #### # # # # #### # # ## #### # # # # # # ## # # # # # # # # # # # # ###### # # # # # # # #### ###### # # # #### # # # # # # # # # # # ###### # # # # # # # # ## # # # # # # # # # # # ###### #### # # #### #### # # # #### # # ######################################################################### ====================================================================== ====================================================================== The Definitive Guide to Rendering Devices with AutoCAD ====================================================================== ====================================================================== This information is compiled for your convenience from the AutoCAD "Installation and Performance Guides" for AutoCAD R13, as well as the Iris serial port manual pages. It is accurate to the best of our knowledge, but for the final word, please consult the original document(s). ====================================================================== Rendering Hardcopy support in AutoCAD R13: In 'acadr13' script file, add: ... if [ "$RHUADI" = "" ] ; then RHUADI=$ACADBASE/drv/rhprtl; export RHUADI fi ... Start AutoCAD (via 'acadr13') then enter the command: _RCONFIG Select: 3. Configure hard copy rendering device Your current Rendering hard copy is: None (Null rendering device) Do you want to select a different one? Y Select rendering hard copy device: 1. None (Null rendering device) 2. Unix Autodesk Device Interface rendering driver Rendering hard copy selection <1>: 2 Supported models: 1. HP DesignJet 650C 2. HP DesignJet 600 3. HP DesignJet 200 / 220 4. HP PaintJet XL300 / Color Laser 5. HP 7600 Color (obsolete) 6. HP 7600 Monochrome (obsolete) 7. HP LaserJet III 8. HP LaserJet 4 / 4MV (B-size) Enter selection,, 1 to 8 <1>: 1 Enter serial device name for ADI device or . for none <>: . Then you may use either the command _HPRENDER or _RENDER (select hardcopy destination) to render to this device.