- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Using AutoCad version 13 or 14
I am trying to combine two macros on a tool palette. Command one works and command two works.
I want to combine them into one command, so that I can add the text in the same keystroke.
I have blocks created for Vanity Size 24” up to 96” approx. every 3”.
I want to place the block in the plan then place the text as needed.
Thanks for your help
Michael Cook
Macro Command one
^C^Cosmode 163;lst_APLUMFIXT;-insert;VAN24_1BOS=n:/MC_BLOCKS/LIB/PLUMBING/VANITY/VAN24_1BOS;scale;;
(Set Osmode to 163)
(lst_APLUMFIXT ) lisp routine to set layer to A-PLUM-FIXT
(-insert;VAN24_1BOS=n:/MC_BLOCKS/LIB/PLUMBING/VANITY/VAN24_1BOS;scale;;) insert a block and rotate it
Macro Command two
^C^Cosmode 163;lst_AANNOTEXT;-text;J;BC;\\VANITY 24;;;;
(Set Osmode to 163)
(lst_AANNOTEXT ) lisp routine to set layer to A-ANNO-TEXT
(-text;J;BC;\\VANITY 24;;;;) pick point and place text, it uses the current text style
I want to combine both macros into one instead of two macros. Can this be done???
Thanks MikeC
Solved! Go to Solution.