Registered forum members do not see this ad.
I am fairly new to AutoCAD. I had a co worker for a short while who wrote some custom buttom commands for us to use. He is gone. I have written a macro(am I using the term correctly?) which does what I want it to do except for 1 part.
"^C^C_-layer s PIP ;offset l c .005 \\^C-layer OFF TOOL OFF HEIGHT OFF PARTNUMBER ;move w;\\ \\^c-layer ON TOOL s TOOL ^C^C".
The second part which does an offset will only do 1 offset. I would like to do multiple offsets and use Enter or Esc to have the macro continue. Can anyone help?
Registered forum members do not see this ad.
Solved. Split into 2 buttons.
1st one2nd oneCode:^C^C_-LAYER S PIP ;*^C^COFFSET L C .005 SINGLECode:^C^C_-LAYER OFF TOOL OFF HEIGHT OFF PARTNUMBER ;move w;\\ \\^c-layer ON TOOL s TOOL ^C^C
Bookmarks