Results 1 to 3 of 3

Thread: Print Previous

  1. #1
    100 Club
    Join Date
    2001-11
    Posts
    150

    Default Print Previous

    I thought it would be a simple line to write (for me that is).

    I would like to create a two buttons to add to my personal toolbar:

    "Print Previous" and another bottun to
    "Print Previous, Apply To Layout & Print"

    Am on AutoCAD 2010 & 2011

    Thanks
    Oka

  2. #2
    Administrator Opie's Avatar
    Join Date
    2002-01
    Location
    jUSt Here (a lot)
    Posts
    6,836

    Default Re: Print Previous

    Have you tried the action recorder? I would think this would work for your situation.
    If you have a technical question, please find the appropriate forum and ask it there.
    You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
    jUSt

  3. #3
    100 Club
    Join Date
    2004-12
    Posts
    153

    Default Re: Print Previous

    What I did was use the plot command and made sure all of my settings were correct- then clicked the "apply to layout" button. Then i used "-plot" to run the plot command through the command line- and then pulled all of the settings i had set the first time when i hit "apply to layout". when it asks "Detailed plot configuration?", enter Y for yes and then it will show you all of the different things you set the first time through. Then by using those settings in a lisp routine- you can accomplish what you're trying to do.
    I know it's not exactly print previous- but if you print the same every time- that would pretty much be the same. Here's the lisp i wrote- you will need to change the printer, plotstyle, etc...

    (DEFUN C: plot2436()(COMMAND "-plot" "y" "" "KIP All-Other Systems.pc3" "Arch D (24 x 36 Inches)" "i" "L" "N" "W" "0.000000,0.000000" "36.000000,24.000000" "1:1" "0.00,-0.00" "Y" "$VI_FULL.ctb" "Y" "N" "N" "N" "N" "Y" "Y"))

Similar Threads

  1. Print Previous
    By prose in forum AutoLISP
    Replies: 4
    Last Post: 2010-02-17, 03:56 PM
  2. Print Previous
    By spencer.67965 in forum VBA/COM Interop
    Replies: 9
    Last Post: 2004-09-22, 05:29 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •