Jump to content

Write your name on the status bar of AutoCAD


India

Recommended Posts

  • Replies 48
  • Created
  • Last Reply

Top Posters In This Topic

  • mdbdesign

    7

  • ReMark

    6

  • alanjt

    4

  • India

    2

Top Posters In This Topic

Posted Images

  • 1 month later...
  • 6 months later...
Guest Trekiez

If you want that extra little bit of creativity, try adding this to your SETVAR MODEMACRO !

 

__̴ı̴̴̡̡̡ ̡͌l̡̡̡ ̡͌l̡*̡̡ ̴̡ı̴̴̡ ̡̡͡|̲̲̲͡͡͡ ̲▫̲͡ ̲̲̲͡͡π̲̲͡͡ ̲̲͡▫̲̲͡͡ ̲|̡̡̡ ̡ ̴̡ı̴̡̡ ̡͌l̡̡̡̡.___

 

Looks really cool in the bottom corner!

Link to comment
Share on other sites

Here's what I set as my modemacro variable...

 

(setvar
 "modemacro"
 "$(getvar,clayer)  ($(edtime, $(getvar,date),H:MMam/pm) - $(edtime,$(getvar,date),M.DD.YY))  Textsize: $(getvar,textsize) $(if, $(!=, $(getvar,viewtwist), 0), Viewtwist: $(angtos, $(getvar,viewtwist) [, 0, 2]) , ) AnnoScale: $(getvar,cannoscale)  Dimscale: $(getvar,dimscale) $(if, $(!=, $(getvar,filletrad), 0), FilletRad: $(getvar,filletrad), ) $(if, $(=, $(getvar,worlducs), 1),*WCS* ,*NON-WCS*) $(if, $(=, $(getvar,osnapz), 1),*OSZ ZERO* ,*OSZ*) "
)

 

Viewtwist and FilletRad only display if something other than zero.

 

The date/time is pretty stupid, but I added it so long ago, it doesn't bother me. If I ever decided to add something else, I'd remove it for space consideration.

 

Capture.PNG

Link to comment
Share on other sites

  • 4 weeks later...
  • 2 weeks later...
  • 3 weeks later...

B to the A! Thanks!

 

stats.jpg

 

(setvar "modemacro" "Los Girk/Stats> Dimscale: $(getvar,dimscale) Textsize: $(getvar,textsize);$(if, $(!=, $(getvar,viewtwist), 0), Viewtwist: $(angtos, $(getvar,viewtwist) [, 0, 2]) , ); Layer: $(getvar,clayer) " )

Edited by LosGirk
Link to comment
Share on other sites

B to the A! Thanks!

 

[ATTACH=CONFIG]48444[/ATTACH]

 

(setvar "modemacro" "Los Girk/Stats> Dimscale: $(getvar,dimscale) Textsize: $(getvar,textsize);$(if, $(!=, $(getvar,viewtwist), 0), Viewtwist: $(angtos, $(getvar,viewtwist) [, 0, 2]) , ); Layer: $(getvar,clayer) " )

 

Glad it helps. :)

Link to comment
Share on other sites

And to think we used to be content with just having our initials on a drawing.:ouch:

 

Putting one's name in the statusbar is silly, but to each his/her own.

Link to comment
Share on other sites

One question about "modemacro":

Is there any variable that can show which default AutoCAD template (metric or imperial) was used to create drawing?

Link to comment
Share on other sites

One question about "modemacro":

Is there any variable that can show which default AutoCAD template (metric or imperial) was used to create drawing?

 

Good question, that would be pretty helpful! :beer:

That and UNITS would be nice to display too.

Link to comment
Share on other sites

I think I got it:

 

Default Template [0-inch 1-mm] You are in: $(getvar,MEASUREINIT)

 

and it looks like that (last second I did update Def to Default):

Capture.PNG

Link to comment
Share on other sites

Editing time? What if a client calls while you are in the middle of doing a drawing and you are on the phone for 30 minutes? If the drawing is open the entire time that 30 minutes gets added to the editing time does it not?

Link to comment
Share on other sites

Editing time? What if a client calls while you are in the middle of doing a drawing and you are on the phone for 30 minutes? If the drawing is open the entire time that 30 minutes gets added to the editing time does it not?

All customer conversation is billable. In this case is it just for me.

Link to comment
Share on other sites

That would only apply if the person on the phone is the same one who's drawing it is that you are working on. Client A could be on the phone while you are editing Client B's drawing.

 

So really it does not keep track of the "actual" time spent on creating and editing the drawing.

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...