Jump to content

LT 2015 Macro command for DIMLINEAR or any other commands


Davidjb

Recommended Posts

Just started using 2015 LT having used various LT packages.

Does anyone know the correct macro command for selecting DIM commands which will automatically put them on a layer called DIMENSION.

Previous commands in DIMLINEAR toolbar customisation after C C were _layer set dimension DIMLINEAR

 

 

This doesn't seem to work in 2015 LT and the command seems to change with every upgrade.

 

 

Hope someone can help with supplying the correct command - please email djb_bails@ntlworld.com

Link to comment
Share on other sites

Hi Davidjb. Welcome to the forum!

 

I find it easier using ";" exclusively instead of spaces in my macros. Otherwise it is tricky to know if you've closed out of, say the layer command properly.

 

(It also makes macros easier to read on the forum if you wrap it in the Code Tag, the hash button between the speech bubble and the emoticon above the text editor.)

 

It seems to me that your code breaks at the _Layer command:

^C^C_layer set dimension DIMLINEAR 

It is opening the layer properties manager. Try prefixing with a hyphen instead:

^C^C-Layer;Set;Dimension;;DIMLINEAR;

Link to comment
Share on other sites

Hi Davidjb. Welcome to the forum!

 

I find it easier using ";" exclusively instead of spaces in my macros. Otherwise it is tricky to know if you've closed out of, say the layer command properly.

 

(It also makes macros easier to read on the forum if you wrap it in the Code Tag, the hash button between the speech bubble and the emoticon above the text editor.)

 

It seems to me that your code breaks at the _Layer command:

^C^C_layer set dimension DIMLINEAR 

It is opening the layer properties manager. Try prefixing with a hyphen instead:

^C^C-Layer;Set;Dimension;;DIMLINEAR;

 

 

Many thanks, this command is the one for 2015 LT - davidjb

Link to comment
Share on other sites

You are most welcome. Glad it helped.

 

A macro is also able to set the correct DimStyle, and restore the current layer after the command if any of that is of interest to you. Keep exploring and you'll find macros to be an essential companion.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...