See the top rated post in this thread. Click here

Results 1 to 8 of 8

Thread: AutoCAD 2005 set Copy command to single default option

  1. #1
    Member
    Join Date
    2001-05
    Posts
    5
    Login to Give a bone
    0

    Default AutoCAD 2005 set Copy command to single default option

    Is it possible to set the copy command to default to only copy once?

  2. #2
    The Silent Type Mike.Perry's Avatar
    Join Date
    2000-11
    Posts
    13,656
    Login to Give a bone
    0

    Default Re: AutoCAD 2005 set Copy command to single default option

    Hi

    The following thread within the http://forums.augi.com/forumdisplay.php?f=57]ACAD 2005 Wish List Forum may interest yourself -[/size]

    http://forums.augi.com/showthread.php?t=5404]I'd like to see a system variable option for copy - Merged Threads[/size]

    +

    In the meantime you could create a small LISP Macro to take care of what you require.

    Have a good one, Mike

  3. #3
    100 Club JeremiahM's Avatar
    Join Date
    2000-12
    Location
    Colorado Springs, CO
    Posts
    186
    Login to Give a bone
    0

    Default Re: AutoCAD 2005 set Copy command to single default option

    Add this to your acad2005.lsp file in your support directory:

    (DEFUN C:CC ()(COMMAND "COPY")(PRINC))

    Restart AutoCAD and type CC at the command line. It defaults back to 2004 command sequence for some reason.

    You can also test it by pasting the string directly into the command line and pressing enter, then typing CC.

    Hope it helps,

    Jeremiah

  4. #4
    Member
    Join Date
    2001-05
    Posts
    5
    Login to Give a bone
    0

    Default Re: AutoCAD 2005 set Copy command to single default option

    Quote Originally Posted by JeremiahM
    (DEFUN C:CC ()(COMMAND "COPY")(PRINC))
    Thanks for passing this on. It seems to be exactly what I was after.

    JF.

  5. #5
    100 Club aharris's Avatar
    Join Date
    2003-08
    Location
    Lubbock, TX
    Posts
    106
    Login to Give a bone
    1

    Default Re: AutoCAD 2005 set Copy command to single default option

    Quote Originally Posted by john.forman
    Is it possible to set the copy command to default to only copy once?
    I just wanted to put my 2 cents on the new copy command. At first I hated it. I wanted to change it. Made my two lisp routes, added a couple of buttons, one for the single and one for the multiple. Then I realized I got tired of picking the button for the single copy and over time I got use to the new copy command. I realize that it took about a good week for me to change my habits, if I need to copy just one thing, I hit the spacebar or right-click. However the strangest thing happen, I didn’t realize how much multi-copy I really do in a project. Plus I think I’ve changed the way I’ve worked a little, maybe a little faster. All I’m saying, nobody likes change, but give this new command a chance…you might be surprised after a while you might like it…

  6. #6
    100 Club JeremiahM's Avatar
    Join Date
    2000-12
    Location
    Colorado Springs, CO
    Posts
    186
    Login to Give a bone
    1

    Default Re: AutoCAD 2005 set Copy command to single default option

    Point well taken, I actually do all of my stretch/copy/move/rotate/mirror commands with grips, you eliminate abunch of clicks that way.

    Pick the object, grab the grip, hit the spacebar once and you are in multiple copy, hit it again and your done. Also, if you have the double acting right click set up in options you can do a quick right click for enter (don't need to pick it from the pop-up menu).

    Good call,

    Jeremiah

  7. #7
    Member
    Join Date
    2004-05
    Posts
    4
    Login to Give a bone
    0

    Default Re: AutoCAD 2005 set Copy command to single default option

    Hi Jeremiah

    can you help? i can use your LSP in acad2005 but it will not work in 2005LT. Is there anyway you can change the copy command in AutoCAD 2005LT to just copy once.

    Thanks Scott


    Quote Originally Posted by JeremiahM
    Add this to your acad2005.lsp file in your support directory:

    (DEFUN C:CC ()(COMMAND "COPY")(PRINC))

    Restart AutoCAD and type CC at the command line. It defaults back to 2004 command sequence for some reason.

    You can also test it by pasting the string directly into the command line and pressing enter, then typing CC.

    Hope it helps,

    Jeremiah

  8. #8
    The Silent Type Mike.Perry's Avatar
    Join Date
    2000-11
    Posts
    13,656
    Login to Give a bone
    0

    Default Re: AutoCAD 2005 set Copy command to single default option

    Quote Originally Posted by s.prestidge
    Hi Jeremiah

    can you help? i can use your LSP in acad2005 but it will not work in 2005LT. Is there anyway you can change the copy command in AutoCAD 2005LT to just copy once.

    Thanks Scott
    Hi

    Please refer to the following thread if you would like to offer help -

    Copy Command


    Scott

    Can I please refer you to the following from the AUGI Forum Guidelines -

    <snip>
    Do not post the same question to more than one Forum at a time. The term for this is "Cross-Forum Posting" which can be quite confusing and will complicate the Forum process. All but one of the posts will be deleted by the moderators.
    </snip>

    Can I please ask that in future you do *not* post the same question/query to more than one Forum, please let a post take it's natural course within the one Forum of your choice.

    Thanks for your understanding,

    Mike

    Forum Moderator

Similar Threads

  1. Multiple Option for Copy in Rotate Command
    By autocad.wishlist1734 in forum AutoCAD Wish List
    Replies: 2
    Last Post: 2012-05-18, 11:55 AM
  2. I'd like to have a copy option when using the ALIGN command.
    By Wish List System in forum AutoCAD Wish List
    Replies: 2
    Last Post: 2011-11-22, 01:57 AM
  3. AutoCAD 2005 - Copy no longer multiple by default?
    By VirtualBuilding in forum AutoCAD General
    Replies: 2
    Last Post: 2006-02-07, 09:20 PM
  4. AutoCAD 2005 set default multiple copy, back to single copy
    By saniukt1 in forum AutoCAD Customization
    Replies: 1
    Last Post: 2005-04-13, 01:01 PM
  5. AutoCAD LT 2005 Copy as single copy
    By s.prestidge in forum AutoCAD LT - General
    Replies: 3
    Last Post: 2004-10-12, 04:36 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
  •