Learn AutoCAD with our Free Tutorials
Welcome to CADTutor
CADTutor provides the best free tutorials and articles for AutoCAD, 3ds Max and associated applications along with a friendly community forum. If you need to learn AutoCAD, or you want to be more productive, you're in the right place. See our tip of the day to start learning right now!
Free Tutorials and More…
The Tutorials section provides over 100 original tutorials for AutoCAD, 3ds Max and other design applications. Michael’s Corner is an archive of productivity articles that brings you the best AutoCAD tips and tricks. Our Forum is a lively community where AutoCAD users can ask questions and get answers. The Downloads area provides free AutoCAD blocks, free AutoLISP routines and free images.
Tutorials of the Moment
Recently viewed tutorials
-
AutoCAD 2010: Basic 3D Editing with Grips & Gizmos
This tutorial follows on from the 3D Primitives tutorial and describes how 3D solid objects can be edited using grips and gizmos. Running time: 11min 53sec Format: Video
Last visited: 1 minute ago
-
Dimensioning
This tutorial describes the options and commands available for dimensioning drawings and how to use them. The correct use of AutoCADs dimension tools is the key to producing clear and concise measured drawings. Format: Text/Image
Last visited: 2 minutes ago
-
Drawing Aids
All about drawing aids. Format: Text/Image
Last visited: 4 minutes ago
-
Object Selection
This tutorial shows you the many ways AutoCAD objects can be selected. Covers the building of selection sets with implied windowing, fences etc. Format: Text/Image
Last visited: 5 minutes ago
-
All About Shadows
This tutorial considers the various options for creating shadows when rendering 3D models. Format: Text/Image
Last visited: 6 minutes ago
-
AutoCAD 2010: The 3D Primitives
This tutorial follows on from the Getting ready for 3D tutorial and describes how each of the 3D primitives work. Running time: 15min 10sec Format: Video
Last visited: 6 minutes ago
CADTutor Tutorials
Our tutorials are comprehensive but straightforward introductions to AutoCAD and related software. They are designed to help beginners get to grips with design workflows as quickly as possible. There are over 100 to choose from, some text/image based and others in video format. Whatever stage you are at in your learning, you should find a tutorial to help.
Forum Latest
Currently Active Topics
Copying layouts with vla-CopyObjects breaks drawing
by buntobaggins
7 replies
Last post: 7 hours ago
GNSS on AutoCAD
by PGia
19 replies
Last post: 7 hours ago
Automatically placing borehole tables with leaders without overlap
by MSHR
13 replies
Last post: 14 hours ago
Change text color in AutoCAD Lt Tables Lisp request
by MSHR
3 replies
Last post: 14 hours ago
DIESEL of set/getenv not allowed?
by ScottMC
1 reply
Last post: 17 hours ago
Standard texts are hiding somehow can anyone please help??
by Vijay
0 replies
Last post: 23 hours ago
This Week's Hot Topics
Copying layouts with vla-CopyObjects breaks drawing
by buntobaggins
7 replies
Viewed: 275 times
Change text color in AutoCAD Lt Tables Lisp request
by MSHR
3 replies
Viewed: 127 times
DIESEL of set/getenv not allowed?
by ScottMC
1 reply
Viewed: 90 times
Standard texts are hiding somehow can anyone please help??
by Vijay
0 replies
Viewed: 64 times
CADTutor Forums
Our forum is a vibrant community of experts and beginners. The main focus is helping beginners get to grips with AutoCAD and to help more advanced users become more productive. The AutoLISP forum is one of the busiest out there, providing expert advice for busy professionals.
AutoCAD Productivity
To or From the Current Layer
From: AutoCAD Productivity Articles #133
Originally published: April 2014
There are two really handy buttons on the Layers panel—Make Object's Layer Current and Change to Current Layer.
Make Object's Layer Current
Use this command to set the current layer by selecting an object that's on the layer you want to be current.
Ex: You just added the topographic lines to the site plan on the TOPO layer, and now you need to add more notes to the NOTES layer. Click Make Object's Layer Current, click on some text that's on the NOTES layer, and that becomes the current layer.
Change to Current Layer
This is a great editing feature when you need to move objects from one layer to another.
Ex: The NOTES layer is current as you add text to the drawing and discover text objects that are a different color. So you hover over the object to display the rollover tip where you see it's on the wrong layer. Click Change to Current Layer, then select the errant objects and press [Enter] to change them over to the NOTES layer that happens to be current.
See all the articles published in April 2014
Michael's Corner
Between 2003 and 2016, Michael Beall (and one or two guests) wrote almost 600 articles for CADTutor. The focus of these articles is AutoCAD productivity, and although some of them are now more than a few years old, most remain relevant to current versions of AutoCAD. The article above is just one example. Check out Michael's Corner for a full listing.
Image of the Week
-
22nd – 28th June 2026
This week's image is by boofrelday
Software used: SketchUp and Podium
-
Last Week's Image
Last week's image is by CADken
Software used: SketchUp and Kerkythea
-
Two Weeks Ago
This image is by Jay C
Software used: Revit
-
Three Weeks Ago
This image is by khama
Software used: AutoCAD 2006
Gallery of Work
Over the years, our forum members have contributed hundreds of images, showcasing their amazing work. The images above are just a small selection that demonstrate the wide range of project types our community is involved with. Take a look at our gallery to see all the images published in the last 12 months.
Tip of the Day
Add your name to the status bar
Have you ever wanted to see your name or your company's name displayed on the AutoCAD status bar? If so, you need to know about the modemacro variable. Whatever value you set this variable to will appear on the status bar, just to the left of the dynamic co-ordinate display. To do this, enter "modemacro" at the command prompt and then enter the text you'd like to display.
The assigned value of modemacro remains set only for the current drawing session. If you'd like to see your text displayed every time you start AutoCAD, simply add the following line to acad.lsp:
(setvar "modemacro" "text to display")
Missed a Tip?
Did you miss yesterday's tip? Maybe you forgot to drop by or maybe you don't visit over the weekend. If so, you can now see all the tips published during the past week. Also, if you have a tip you'd like to share with us, you can post it on our forum and if we like it, we'll publish it here.