The Hurricane Forum
The Hurricane Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Hurricane for AutoCAD
 Tips and Tricks
 Print

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

   Attach a File

Check here to subscribe to this topic.
   

T O P I C    R E V I E W
n/a Posted - March 31 2006 : 6:10:20 PM
does anyone have the script to print ACAD 2006 Dwg? I have one with ACAD14 but it do not work with ACAD2006.
3   L A T E S T    R E P L I E S    (Newest First)
Admin Posted - April 03 2006 : 12:37:55 PM
Hi,

If you could respond with what is happening in your AutoCAD text window (F2 in AutoCAD), then I can help you further. Sometimes an extra carriage return, or space can throw the script off... you must debug using AutoCAD F2. (Please respond with your text windows contents)

Also, please double-check your SETTINGS tab in Hurricane. Make sure it has the SDI variables set appropriately. (Please see attachment)
Download Attachment: ss_7.jpg
32.64 KB

The PLOT scripts take a few tries to get going, as there are many options that are specific to your particular system/settings/etc.

Regards,
Bill
n/a Posted - April 03 2006 : 12:08:04 PM
Hi Admin,

I already tried what you are suggesting but I am not able to print more than one drawing with this script. It does not quit the first drawing in the list and go to the second drawing.

Thanks,

Admin Posted - March 31 2006 : 6:44:54 PM
Hi vdesai,

The plot scripts with A2K (and higher) are a little more complicated than they were in R14. There are a ton of settings that need to be adjusted depending on your personal setup.

Here is one that you can modify to suit your needs. Every line that begins with a ";" is a "comment", and is ignored by AutoCAD.

Depending on your settings, you might see different options in the prompts, so the script below is only a loose template.

The best way to go about things, is to type -PLOT at the YOUR AutoCAD command prompt and go through each step manually. Once completed, use the "Command Capture" tool in Hurricane to capture all the commands.

Check these links out...
http://www.74mph.com/faq/FAQ00089.html
http://www.74mph.com/faq/FAQ00116.html

;BEGIN SCRIPT
-PLOT
;Detailed plot configuration? [Yes/No]
YES
;Enter a layout name or :
MODEL
;Enter an output device name or 
HP LaserJet 5L <--- CHANGE THIS
;Enter paper size or  <Letter>
LETTER
;Enter paper units [Inches/Millimeters]:
MILLIMETERS
;Enter orientation [Portrait/Landscape]:
LANDSCAPE
;Plot upside down? [Yes/No]
NO
;Enter plot area [Display/Extents/Limits/View/Window]
E
;Enter plot scale (Plotted Millimeters=Drawing Units) or [Fit]
FIT
;Enter plot offset (x,y) or [Center]
0,0
;Plot with plot styles? [Yes/No]
YES
;Enter plot style table name or  (enter . for none)
.
;Plot with lineweights? [Yes/No]
YES
;Enter shade plot [As Display/Wire/Hidden/Rend]:
A
;Write the plot to a file [Yes/No]
N
;Save changes to page setup [Yes/No]
N
;Proceed with plot [Yes/No] <Y>:
Y
;END SCRIPT


Regards,
Bill

The Hurricane Forum © 2009 - 2021 Go To Top Of Page
This page was generated in 0.22 seconds. Snitz Forums 2000