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
-
The Interface
This tutorial gives a brief explanation of the MAX interface items commonly used and introduces you to the important areas of the interface. Format: Text/Image
Last visited: less than one minute ago
-
Creating Bryce Picture Objects
The CADTutor Image Bank image pairs can be used to create Picture Objects in Bryce. This short tutorial tells you how this is done in 7 simple steps. Format: Text/Image
Last visited: 1 minute ago
-
AutoLISP Quick Start
This tutorial is designed to help AutoCAD users get to grips with AutoLISP quickly. It demonstartes how to create AutoLISP routines from a standing start. Format: Text/Image
Last visited: 1 minute ago
-
Modifying Objects
This tutorial runs through all of the modify tools, demonstrating practical examples in each case. Format: Text/Image
Last visited: 1 minute ago
-
Surfaces
The first and perhaps most crucial stage in creating a 3D landscape scene is the creation of accurate and seamless surfaces. This tutorial explores a number (not all) of techniques for creating quick and accurate surfaces from 2D lines and should give the user a feel for the range of tools available. Format: Text/Image
Last visited: 2 minutes ago
-
Basic 3D and Surface Modelling
Although AutoCAD has a number of commands for creating special 3D objects, a lot can be achieved by changing the properties of basic 2D objects like polylines. This tutorial provides a basic introduction to creating and viewing 3D objects. Format: Text/Image
Last visited: 5 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
Attributes be added to factor the outcome of Incremental numbers
by u4ea2u2
15 replies
Last post: 1 hour ago
Same Penn Foster Oleson Subdivision Nightmare... different day
by Ztrain
15 replies
Last post: 6 hours ago
Attribute that updates based on location
by EYNLLIB
9 replies
Last post: 6 hours ago
Find&open files
by PGia
15 replies
Last post: 24 hours ago
Calculate and draw building plans
by PGia
9 replies
Last post: 31 hours ago
How to draw the 3d block shown in the image sent?
by hemal
2 replies
Last post: 41 hours ago
This Week's Hot Topics
Add several lisp files to the startup at once
by Nikon
55 replies
Viewed: 1182 times
Find&open files
by PGia
15 replies
Viewed: 433 times
any Lisp editor not VLIDE
by devitg
12 replies
Viewed: 349 times
Efficient way to isolate duplicates on a large list
by jbreard
10 replies
Viewed: 344 times
Calculate and draw building plans
by PGia
9 replies
Viewed: 434 times
Attribute that updates based on location
by EYNLLIB
9 replies
Viewed: 267 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
‘Sign Language’
From: AutoCAD Productivity Articles #136
Originally published: October 2014
For the last few versions we have seen icons next to the cursor for Geometric Constraints (left) and Selection Cycling (right), as well as the little icon for a Locked layer and the Match Properties paintbrush.
Those icons are displayed when the related feature is enabled.
Cursor Badges
But AutoCAD 2015 now has included a ‘cursor badge’ for several editing commands, such as Rotate and Erase (see figures below), along with Measure and even the Window and Crossing selection direction badges.
Some of you, however, may prefer not to see the new badges beside the cursor. If so, set the variable CURSORBADGE to <1>, which will disable all badges.
See all the articles published in October 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
-
6th – 12th October 2025
This week's image is by Titi95
Software used: AutoCAD 2015 and Keyshot
-
Last Week's Image
Last week's image is by B_Rich
Software used: Inventor
-
Two Weeks Ago
This image is by arjun_samar
Software used: 3ds Max with V-Ray and Photoshop
-
Three Weeks Ago
This image is by Jay C
Software used: SketchUp with V-Ray
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.