Introduction
This guide walks you through every step of setting up TinkerCAD, creating your first project, and understanding the interface. Whether you're an educator setting up a classroom or a student starting your 3D design journey, you'll be designing within 10 minutes.
Step 1: Account Setup & Authentication
Creating Your Account
- Visit tinkercad.com and click Sign Up
- Choose your account type: Personal, Educator, or Student
- Complete OAuth 2.0 authentication (Google, Microsoft, or email)
- Verify your email address
For Educators: Setting Up Classrooms
TinkerCAD's classroom feature lets you manage up to 50 students per classroom:
- Log in and navigate to Classrooms
- Click Create Classroom
- Name your classroom (e.g., "Grade 9 Engineering – Fall 2025")
- Set grade level and subject
- Share the classroom code with students
- Students join using the code—no email required
Pro Tip: Create separate classrooms for different grade levels or projects. This keeps student work organised and makes assessment easier.
Step 2: Understanding the Interface
The Main Workspace
When you create a new design, you'll see five key areas:
-
Toolbar (Top): File operations, view controls, shape library access
-
Shape Library (Left): All available shapes and objects
-
Canvas (Center): Your 3D workspace where designs take shape
-
Properties Panel (Right): Dimensions, positioning, and object properties
-
Bottom Status Bar: Grid settings, view mode, export options
Navigation Controls
|
Action
|
Control
|
Purpose
|
|
Rotate View
|
Middle Mouse Button + Drag
|
Change viewing angle
|
|
Pan View
|
Right Mouse Button + Drag
|
Move canvas position
|
|
Zoom
|
Scroll Wheel
|
Enlarge or reduce view
|
|
Select Object
|
Left Click
|
Choose shape to edit
|
|
Fit to View
|
Press 'V'
|
Auto-center all objects
|
Step 3: Creating Your First Shape
Adding a Shape
- Click the Shape Library on the left
- Select a basic shape (e.g., Cube)
- Click on the canvas to place it
- The shape appears with selection handles (small squares at corners)
- Understanding Selection Handles
When a shape is selected, you'll see:
-
Corner handles: Resize the shape proportionally
-
Edge handles: Resize along one dimension only
-
Center point: Drag to move the shape
-
Rotation ring: Rotate the shape in 3D space
Step 4: Precise Dimensioning
TinkerCAD's real power lies in precise control. Instead of dragging shapes, use the Properties Panel to set exact dimensions.
Setting Dimensions
- Select a shape
- Look at the Properties Panel on the right
- You'll see three fields: X, Y, Z (dimensions) and Position fields
- Click any field and type a value (in millimetres)
- Press Enter to apply
Positioning Formula
Objects are positioned from their center point. To place a 10mm cube at the origin (0,0,0):
-
X Position: 5mm (half the width)
-
Y Position: 5mm (half the depth)
-
Z Position: 5mm (half the height)
This ensures the corner aligns with the grid origin, making assembly easier.
Step 5: Working with Multiple Objects
Grouping Objects
Once you've created multiple shapes, group them to move and rotate them together:
- Select the first object (click it)
- Hold Shift and click additional objects
- Press Ctrl+G (or Cmd+G on Mac) to group
- The group moves and rotates as a single unit
Ungrouping
To edit individual shapes within a group, select the group and press Ctrl+Shift+G to ungroup.
Common Mistakes & Solutions
|
Problem
|
Cause
|
Solution
|
|
Shape disappears
|
Moved below the workplane
|
Check Z position; ensure it's above 0
|
|
Can't select an object
|
Hidden behind another shape
|
Rotate view or temporarily move the blocking shape
|
|
Dimensions won't change
|
Locked shape
|
Right-click and select "Unlock"
|
|
View is zoomed too far
|
Accidental scroll
|
Press 'V' to fit all objects in view
|
Multi-Object Workflow: A Practical Example
Let's create a simple assembly: a base platform with a vertical post.
Step-by-Step
-
Create Base: Add a cube, set dimensions to 50mm × 50mm × 5mm
-
Create Post: Add another cube, set dimensions to 10mm × 10mm × 30mm
-
Position Post: Set X=20mm, Y=20mm, Z=7.5mm (sitting on top of base)
-
Group Together: Select both, press Ctrl+G
-
View Result: Press 'V' to see the complete assembly
Now you have a reusable assembly. You can duplicate this group and create more complex structures.
Exporting Your First Design
Ready to 3D print? Here's how to export:
- Click the Export button (top toolbar)
- Choose STL format (standard for 3D printing)
- Name your file
- Click Download
Your design is now ready to slice and print using software like Cura or PrusaSlicer.
Key Takeaways
- Account setup takes 2 minutes; classroom setup adds educator features
- Master the interface: toolbar, library, canvas, and properties panel
- Use precise dimensions instead of dragging for professional results
- Group objects to manage complex assemblies
- Export to STL for 3D printing
Next in the series: Mastering Shapes & Combinations – Creating Functional Designs