My Photo

May 2009

Sun Mon Tue Wed Thu Fri Sat
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31            

BLOGMap


« Dynamic Block Free Tutorial Videos | Main | Convert block to Layer 0 »

November 14, 2005

Super Previous Plot

Do you find that sometimes setting up a page setup for publish can be a pain or your just to lazy? Ya I wish I could make one in the Publish dialog box also. But do you find yourself opening a handful of drawings then plotting the first one to your desired configuration. Then simply plotting to previous plot to the rest of your drawings? Well I wrote this little code for you out there who would rather just use previous plot. This little code allows you to type in SPP, to plot your drawing to the previous plot, QSAVE the drawing and automatically close it down. Then run the code on the next open sheet in your set. Its a nice little time saver I typically use when plotting consultants drawings.

(DEFUN C:SPP (/)
  (command "-plot" "" "" "previous plot" "" "" "" "")
  (command "qsave")
  (command "close")
  (princ))

TrackBack

TrackBack URL for this entry:
http://www.typepad.com/services/trackback/6a00d8345ae08669e200d83520e63353ef

Listed below are links to weblogs that reference Super Previous Plot:

Comments

Verify your Comment

Previewing your Comment

This is only a preview. Your comment has not yet been posted.

Working...
Your comment could not be posted. Error type:
Your comment has been saved. Comments are moderated and will not appear until approved by the author. Post another comment

The letters and numbers you entered did not match the image. Please try again.

As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.

Having trouble reading this image? View an alternate.

Working...

Post a comment

Comments are moderated, and will not appear until the author has approved them.