ReMark 126 Posted April 7, 2009 Sometimes you have to pull out the big guns. Troubleshoot problems with AutoCAD by starting it in Windows diagnostic mode. This works for later releases 2005 - 2009 including LT. This link, from the AutoDesk website, will tell you how to do it. http://usa.autodesk.com/adsk/servlet/ps/item?siteID=123112&id=6453117&linkID=9240817 Quote Share this post Link to post Share on other sites
bdsmoot 10 Posted April 27, 2009 I may be an AutoCAD newbie, but I recently discovered something useful that I wanted to share: I recently upgraded to AutoCAD LT 2010. Upon using it, I discovered that dwg files I've attached to a drawing through "xattach" were suddenly very dark, as if they were under the lock status. I did some digging, and discovered the XDWGFADECTL variable. You can set that variable from -90 to 90. 90 makes your attachments incredibly dark. -90 through 0 eliminates any fading on your attachments. Quote Share this post Link to post Share on other sites
Zorg 10 Posted May 14, 2009 I may be an AutoCAD newbie, but I recently discovered something useful that I wanted to share: I recently upgraded to AutoCAD LT 2010. Upon using it, I discovered that dwg files I've attached to a drawing through "xattach" were suddenly very dark, as if they were under the lock status. I did some digging, and discovered the XDWGFADECTL variable. You can set that variable from -90 to 90. 90 makes your attachments incredibly dark. -90 through 0 eliminates any fading on your attachments. Been using CAD properly for 3 years and didn't know this ^^ Cheers dude Z Quote Share this post Link to post Share on other sites
Ryder76 10 Posted May 26, 2009 Don't know about yal, but I got really tired of right clicking and selecting multiple when I use chamfer or fillet. So in the cui change the command to look like this... ^C^C_chamfer;u; ^C^C_fillet;u; Quote Share this post Link to post Share on other sites
dusko 10 Posted June 30, 2009 if you select object and then select one of the objects node (node become red), every time you hit SPACE BAR it will change command in this order: MOVE, ROTATE, SCALE, MIRROR, STRETCH. it is mucho faster to use this to modify object! Quote Share this post Link to post Share on other sites
AlinOz 10 Posted June 30, 2009 Just for some terminology clarification (so that we CADdies can understand what you're trying to say), those 'Objects Node's you refer to are technically called 'Grips'... Quote Share this post Link to post Share on other sites
dusko 10 Posted June 30, 2009 yes! thank you for "correction" (user of AC 2006) Quote Share this post Link to post Share on other sites
Lee Mac 468 Posted July 5, 2009 Fun Tip: Want to personalise the MTEXT insertor? Change the setting of the MTJIGSTRING sys var Quote Share this post Link to post Share on other sites
Pioneer_00 10 Posted July 12, 2009 you can use this command to cut everything that is related with something. First of all Pick a POLYLINE, LINE, CIRCLE, ARC, ELLIPSE, IMAGE or TEXT for cutting edge then pick on the place you don't need the objects. You will have all the objects cut. Quote Share this post Link to post Share on other sites
DVDM 10 Posted July 21, 2009 Ok, this is a Windows tip, but looking at most screenshots posted on this forum, I think many would find it useful: We all know how the PrtScrn button takes a screenshot of your whole screen including taskbar to your clipboard. Now try Alt + PrtScrn; this takes a screenshot of just the active window (your application, an error message, dialogue box). No cropping or messing about required in Paint/Word! Quote Share this post Link to post Share on other sites
Lee Mac 468 Posted July 21, 2009 On that subject, - when screenshotting from ACAD, the shots will look clearer if saved as either GIF or PNG over JPG, due to the sharp pixel contrast that ACAD pictures normally have. Quote Share this post Link to post Share on other sites
KnoJa31 10 Posted September 21, 2009 Might be useful!! I made the mistake of showing Datalinks to management and they loved it. I found that inserting a table with a lot of information and formatting the system freezes when trying to browse for the file. What i do is open a windows explorer where the file resides (ensuring not to open the file), Then i start to browse for the file through the Datalink window, when the program hangs go to the window explorer where the file is and double-click. For some reason it frees up AutoCAD and the file can be added. Also, when the datalink is large i turn all of the previews off (ensuring i know what ranges or sheets i need). This has made my life a lot easier and it actually works!! Quote Share this post Link to post Share on other sites
alanjt 17 Posted September 22, 2009 If you hold the control key down and double-click on an attribute, it will open a single line editor, for just that one attribute. Quote Share this post Link to post Share on other sites
bjenk8100 10 Posted October 22, 2009 Well, I learned there is a free way to send dwg's to people over email for free and all but this is a valuable resource for all file types. If you dont know you can go to cutepdf.com and download it. It makes itself a printer but it does not print it reads as a print only file and creates a file for you in pdf version for free. Very easy and universal in the all industries. Quote Share this post Link to post Share on other sites
ReMark 126 Posted November 16, 2009 Show or hide the Menu Bar in AutoCAD 2010 by clicking on the arrowhead at the end of the Quick Access Toolbar (QAT) in the upper left-hand corner of your screen. Show Menu Bar is the second item up from the bottom of the drop-down list. No more typing MENUBAR=1 (or "0"). Quote Share this post Link to post Share on other sites
todouble22 10 Posted March 16, 2010 Here's a handy tip if some of you are like me and don't like a cluttered desktop. You can define shortcut keys to start programs by right clicking on the icon and assign shortcut keys to them. I've assigned mine for programs that I always use so I can start them anytime without having to go back to my desktop. Here is an example for Autocad. Quote Share this post Link to post Share on other sites
todouble22 10 Posted March 16, 2010 Besides modifying command aliases in your pgp file you can add external commands to start programs within Autocad. Follow the same format used for the default ACAD.PGP commands. You can even go directly to this CADTutor site. Here is an example: CT, start iexplore www.cadtutor.net/ct 1, , *then you will be able to launch the CADTutor website directly from within Autocad. Quote Share this post Link to post Share on other sites
Fire_col 10 Posted March 16, 2010 I've found this useful in the past. If your drawing is running slow when switching between layouts then run the command '-scalelistedit' type r, enter, and then exit, also turn 'off' all unneccessary viewports and you'll find it cycles through much quicker as there is less information for CAD to process. Quote Share this post Link to post Share on other sites
alanjt 17 Posted March 16, 2010 I've found this useful in the past. If your drawing is running slow when switching between layouts then run the command '-scalelistedit' type r, enter, and then exit, also turn 'off' all unneccessary viewports and you'll find it cycles through much quicker as there is less information for CAD to process. You should put the following in your acaddoc.lsp file. (command "_.-scalelistedit" "_r" "_y" "_e") Quote Share this post Link to post Share on other sites
Fire_col 10 Posted March 16, 2010 Cheers Alan I already have that set-up, was just posting the long hand command for those who didn't already know. Quote Share this post Link to post Share on other sites