Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
I'm trying to create a macro to move an object in one axis only, using move .x
The goal is for the user just to have three interactions, pick object and both points.
I'm using the following:
^C^C_move^M\^M\.x^M\@^M
move ------------------ ^C^C_move
enter--------------------- ^M
(pick object)------------ \
enter-------------------- ^M
(pick base point)------- \
.x------------------------- .x
enter-------------------- ^M
(pick second point)----- \
@Anonymous-------------------- @
enter-------------------- ^M
But after picking the second point I always have to manually type the '@' to end the command.
Solved! Go to Solution.