π§© Lesson: Getting Started with FreeCAD (Beginner Tutorials)
π Software Focus: FreeCAD (Open-Source Parametric 3D CAD)
π§° Use Case: Functional design, mechanical parts, parametric modeling
β Summary
FreeCAD is a free, open-source, parametric 3D modeler ideal for engineers, makers, and hobbyists. This lesson includes step-by-step beginner tutorials to help students get started with basic modeling tasks and prepare their designs for 3D printing.
π― Learning Objectives
By the end of this lesson, learners will be able to:
-
Navigate the FreeCAD interface
-
Use basic tools in the Part Design and Sketcher workbenches
-
Create and modify parametric models
-
Export printable files in STL format
-
Design a basic mechanical part using constraints and extrusions
π Lesson Content
π§° 1. Installing and Setting Up FreeCAD
Step-by-Step:
-
Go to https://www.freecad.org
-
Download the latest stable release for your OS
-
Install and open the software
-
Set the Start Workbench to
Part DesignorSketcherfor faster modeling access
π₯οΈ 2. User Interface Overview
When FreeCAD launches:
-
Combo View (left): shows your project tree and tool panels
-
3D View (center): where you model
-
Workbench Selector (top): switch between Sketcher, Part Design, Draft, etc.
-
Task Panel: for setting options when tools are selected
π Tip: Start with the Part Design and Sketcher workbenches only until you’re more advanced.
βοΈ 3. Tutorial 1 β Creating a Basic Block
Goal: Create a simple box with a hole
Steps:
-
Create a New Project (
File > New) -
Switch to the Part Design workbench
-
Click
Create New Body>Create New Sketch -
Choose the XY plane
-
Draw a rectangle using the rectangle tool
-
Apply constraints:
-
Select a side, click Length to define it (e.g., 40 mm)
-
Do the same for the other side (e.g., 20 mm)
-
-
Click
Closeto exit Sketch -
Use
Padto extrude the rectangle into a box (e.g., 10 mm height) -
Select the top face >
Create Sketch> Draw a circle -
Add diameter constraint (e.g., 8 mm) > Pad with “Through All” to create a hole
β Result: A printable block with a centered hole
π οΈ 4. Tutorial 2 β Parametric Phone Stand
Goal: Create a customizable phone stand using parametric values
Concepts Covered:
-
Constraints
-
Angled sketching
-
Mirror and symmetry
-
Chamfer/Fillet features
π§ͺ This project teaches how to update dimensions later by changing a parameter in the spreadsheet or constraint.
β Bonus: Encourage students to export this design for real-world testing.
π¦ 5. Exporting for 3D Printing
Once your part is ready:
-
Click on the Body in the tree
-
Go to
File > Export -
Choose STL Mesh (*.stl)
-
Save and open in your slicer (Cura, PrusaSlicer, etc.)
β οΈ Ensure youβre exporting the Body and not just the Sketch or Part container.