Printorial
Get to know 3D Models
Explore the world of 3D models! Learn what they are, where to find them, and how to get them ready for 3D printing success
A 3D Model is a digital representation of an object in three dimensions is a digital representation of an object in three dimensions — width, height, and depth. Unlike a flat image or drawing, a 3D model can be viewed and rotated from any angle, making it ideal for creating physical objects with a 3D printer.
Most 3D models are made up of a mesh A collection of vertices, edges, and faces (typically triangles or quadrilaterals) that define the shape of a 3D object. , which is a collection of tiny triangles (called polygons) connected together to form the surface of the object. The smoother the surface, the more triangles are used.
These files usually come in formats like .STL (the most common format for 3D printing, stores only the shape of the object), .OBJ (Similar to STL, but also supports color, textures, and material data), or .3MF (modern format designed for 3D printing, storing more detailed information like color, materials, and print settings).
Before you start printing, you need something to print!
Understanding how 3D models work helps you choose the right file, fix problems before printing, and even start creating your own designs.
If you’re not quite ready to design your own 3D models,don’t worry — there’s a huge community of makers who share their designs online. Many of these models are available for free and ready to download.
Popular 3D Model Repositories:
Some models are free to download and print, but not all allow selling or remixing. Make sure to respect the creator’s terms.
In the next chapters, we’ll cover how to prepare a model for printing — so once you’ve found something cool, you’ll be ready to make it real.
Once you’ve found and downloaded a 3D model
(
.STL
or .3MF
Common file formats for 3D models. .STL
(Stereolithography) and .3MF
(3D Manufacturing Format) store geometry data for use in 3D printing.
),
you’re ready to start the journey from digital file to physical object. But before you can hit “print,” there are a few important steps to follow.
You’ll need a slicer All the information related to a 3D printer, such as material specifications, layer height, and extruder type, is first inputted into the slicer. —a program that prepares your model for the printer by converting it into layers and generating G-code, the instructions your printer follows.
Popular slicer programs:
In the slicer, you can:
More details on these settings are covered in the “3D Printer” chapter.
Some models may have issues like holes or bad geometry that can cause failed prints.
Helpful repair tools:
Once sliced, export your G-code and transfer it to the printer using:
Then hit "print" and watch your model come to life!
In the next chapter, we’ll look deeper into slicer settings and how they affect your final print.
Test the knowledge you have accumulated from this chapter by completing this interactive Quiz Test!
3D modelling is the process of creating a digital representation of a physical object using specialized software. In this chapter, we’re going to look at how 3D models are built, what terminology you’ll encounter, and how geometry and modeling tools work together to produce printable results. You’ll also get introduced to two commonly used free modeling platforms: TinkerCAD and SketchUp.
Before we get into practical use, here are essential terms you'll come across:
There are several excellent free tools available for creating 3D models. Here’s an overview of the most popular ones used in the 3D printing community:
Software | Type | Strengths | Weaknesses |
---|---|---|---|
TinkerCAD | Web-based | Beginner-friendly, drag-and-drop, cloud-based, fast prototyping | Limited geometry control, lacks advanced tools |
SketchUp Free | Web/Desktop | Great for architectural/spatial work, easy extrusion, measurement tools | Not ideal for organic/precision work, STL export setup needed |
FreeCAD | Desktop (Open-source) | Parametric, professional-grade mechanical design | Steep learning curve, outdated interface |
Blender | Desktop (Open-source) | Advanced mesh/organic modeling, sculpting tools | Complex interface, not ideal for mechanical parts |
All 3D models are built from geometric primitives The 3D object primitives built into the software, which enable you to quickly generate many commonly used 3D shapes. —shapes like cubes, spheres, and cylinders—and then modified into more complex forms. Geometry is not just visual; it determines how your model behaves during slicing and printing.
A solid object in modeling software must be “watertight” A 3D object that is completely closed and has no holes, gaps, or overlaps in its surface geometry. . If your shape has gaps or disconnected faces, your slicer won’t generate a correct toolpath.
The complexity of geometry also affects print time and model stability The ability of a 3D model to maintain its intended shape and form. . Overly detailed meshes with thousands of faces may slow down processing and printing unnecessarily.
Flat surfaces and clean edges are ideal for accurate fitting parts.
Curved or sculpted surfaces require more careful modeling and slicing settings to preserve detail without overloading your printer.
Understanding how to construct geometry effectively leads to more reliable prints and makes post-processing easier.
SketchUp is commonly used in architecture, interior design, and spatial planning. It uses line-based modeling, where you draw in 2D and use the Push/Pull A technique used to create 3D shapes by extending or extruding a 2D shape or a face of an existing 3D object. tool to make things 3D.
Features include a clean drawing-based interface, push/pull extrusion, measurement and snapping tools Allow users to precisely align and position objects or their components to specific points, grids, or other geometry within the 3D scene. , and the ability to extend functionality with plugins for STL export. It is available as both web-based and desktop versions.
Use Case Example: designing a 3D-printed organizer that fits inside a specific drawer.
TinkerCAD is one of the most accessible and user-friendly 3D modeling tools available today, especially suited for beginners and those looking to quickly create printable designs. It is a browser-based application, meaning you don’t need to install any software—simply sign up and start designing directly in your web browser.
To conclude this chapter, here are the most essential takeaways:
3D scanning is the process of capturing the shape and surface texture of a real object and converting it into a digital 3D model.
Thanks to modern cameras and AI processing, smartphones can be surprisingly effective 3D scanners. Many apps now use photogrammetry The science and art of extracting 3D information from photographs. or LiDAR A remote sensing method that uses laser light to measure distances and create highly detailed 3D models of objects and environments. (on supported devices) to capture depth information and reconstruct detailed 3D models. This makes it easier than ever for hobbyists and professionals to digitize real-world objects with just a few taps.
.OBJ
, .FBX
, or .GLTF
.3D Model | A digital representation of an object in three dimensions—width, height, and depth. | |
.STL | The most common format for 3D printing, stores only the shape of the object. | |
.OBJ | Similar to STL, but also supports color, textures, and material data. | |
.3MF | Modern format for 3D printing, storing detailed information like color, materials, and print settings. | |
Photogrammetry | The science and art of extracting 3D information from photographs. | |
Snapping Tools | Allow users to precisely align and position objects or components to specific points, grids, or other geometry. | |
Watertight | A 3D object that is completely closed, with no holes, gaps, or overlaps in its surface geometry. | |
Mesh | A structure made of vertices, edges, and faces that defines the shape of a 3D object. | |
Slicer | A program that prepares your 3D model for printing by converting it into layers and generating G-code instructions. | |
Push/Pull | A modeling technique used to create 3D forms by extruding a 2D shape or a face of an object. | |
Geometric Primitives | Basic 3D shapes such as cubes, spheres, and cylinders used as the foundation for complex models. | |
Stability | The ability of a 3D model to maintain its shape and form during and after printing. | |
Auto-Repair Features | Tools that automatically fix errors like holes, intersecting faces, and non-manifold geometry in a model. | |
CAD (Computer-Aided Design) | Software used to create precise technical drawings and 3D models for printing and manufacturing. |