3D printing sounds futuristic, but the core idea is surprisingly simple: a machine builds a physical object, layer by layer, from a digital file. Instead of carving material away (like a sculptor) or pouring it into a mold (like a factory), a 3D printer adds material exactly where it's needed — and nothing else.
The result is that almost anyone can go from an idea on a computer to a physical object in their hands within hours. This guide walks you through exactly how that happens — from the digital file all the way to a finished printed part.
The Big Idea: Additive Manufacturing
Why "additive" is the word that defines everything about 3D printing.
Traditional manufacturing is mostly subtractive — you start with a block of material and remove what you don't need. A CNC machine drills, mills, and cuts until the final shape is left. This works well for metal parts but wastes enormous amounts of material and requires expensive tooling for every new shape.
3D printing is the opposite. It's additive — material is deposited only where it's needed, layer by layer, building up the object from nothing. There's no tooling to set up, no molds to make, and virtually no material waste. Change the digital file, and you can print a completely different object on the same machine five minutes later.
This is why 3D printing transformed prototyping, custom manufacturing, medicine, aerospace, and even consumer products. The economics of making one unique object — or ten slightly different ones — are completely different from traditional manufacturing.
From Digital File to Physical Object
Every 3D print follows the same four-step journey — regardless of machine, material, or complexity.
Design the 3D Model
Everything starts with a 3D digital model — a CAD (Computer-Aided Design) file that describes the exact geometry of the object. You can create one yourself using free tools like Tinkercad or Fusion 360, download ready-made models from sites like Printables or Thingiverse, or have one designed professionally. The model is typically saved as an STL or STEP file — the universal formats that 3D printers understand.
Slice the Model
A 3D printer can't read a CAD file directly. It needs instructions. Slicing software (like PrusaSlicer, Cura, or BambuStudio) takes your 3D model and slices it into hundreds or thousands of horizontal layers — like cutting a loaf of bread. It then generates a toolpath: a precise set of movement instructions telling the printer exactly where to deposit material on each layer. This file is called G-code, and it's what actually runs on the machine.
Print the Object
The printer reads the G-code and starts building. For the most common type of 3D printer (FDM — explained below), a heated nozzle melts plastic filament and deposits it along the programmed path. Each layer bonds to the one below it. The build plate lowers slightly after each layer, and the process repeats until the full object is complete. Depending on size and complexity, this can take anywhere from 20 minutes to 24+ hours.
Post-Process the Part
Once printing finishes, the part is removed from the build plate. Depending on the application, post-processing may include removing support structures (temporary scaffolding printed to hold up overhanging features), sanding the surface, priming and painting, or inserting hardware like screws or heat-set inserts. For display models, post-processing might be minimal. For functional parts, it can be just as important as the print itself.
The Three Main Types of 3D Printing
Not all 3D printers work the same way. Here are the three technologies you'll encounter most.
FDM — Fused Deposition Modeling
The most common type of 3D printerFDM printers melt a spool of plastic filament and deposit it through a heated nozzle, tracing out each layer like a very precise hot glue gun. It's the technology behind most desktop printers — from entry-level hobbyist machines to professional large-format systems like those used at Atlas3Dprints.
- Functional parts
- Prototypes
- Large objects
- Mechanical components
SLA — Stereolithography
High detail using UV-cured resinSLA printers use a UV laser (or LCD screen in MSLA variants) to cure liquid resin layer by layer. The result is exceptionally smooth surfaces and fine detail — far sharper than FDM. Parts must be washed and cured under UV light after printing. Resin is more expensive than filament and requires careful handling.
- Jewellery & miniatures
- Dental & medical models
- High-detail display models
- Smooth surface finish
SLS — Selective Laser Sintering
Industrial powder-bed printingSLS printers use a laser to fuse powdered material (usually nylon) into solid layers. Because unsintered powder supports the part during printing, SLS needs no support structures at all — even the most complex geometries print cleanly. It produces strong, functional parts but requires large industrial machines and significant post-processing.
- Complex functional parts
- End-use production
- No-support geometries
- Small-batch manufacturing
Which One Do You Need?
A quick rule of thumbFor most people — hobbyists, engineers, product designers, and small businesses — FDM covers 90% of use cases. It's affordable, fast, and capable of producing strong, functional parts in a wide range of materials. Choose SLA when surface finish and fine detail are critical. Choose SLS when you need production-grade parts with no design compromises.
- Functional parts → FDM
- Fine detail / smooth → SLA
- Production / no supports → SLS
What Materials Can You 3D Print With?
FDM filaments cover a huge range — from basic plastics to engineering-grade materials.
| Material | Strength | Ease of Printing | Best For |
|---|---|---|---|
| PLA | Medium | Very easy | Prototypes, models, beginners |
| PETG | Good | Easy | Functional parts, food-safe use |
| ABS | Good | Moderate | Heat-resistant parts, enclosures |
| ASA | Good | Moderate | Outdoor / UV-exposed parts |
| TPU | Flexible | Moderate | Gaskets, grips, flexible parts |
| Nylon | High | Difficult | Load-bearing mechanical parts |
| PC (Polycarbonate) | Very high | Difficult | High-temp, high-strength parts |
| Carbon Fibre Composites | Very high | Difficult | Lightweight structural parts |
For beginners, PLA is the right starting point — it's forgiving, widely available, inexpensive, and produces good results on almost any printer. PETG is the natural next step for anything that needs a bit more durability or slight flexibility.
What Can You Actually Make With a 3D Printer?
The range is broader than most people expect.
Home & DIY
Cable clips, hooks, brackets, replacement parts for appliances, custom drawer organizers, and tool holders. 3D printing shines for household parts that are impossible to find in stores.
✦ Great starting pointEngineering & Prototyping
Functional brackets, housings, jigs, fixtures, and mechanical assemblies. Engineers use 3D printing to validate designs before committing to expensive tooling or CNC machining.
✦ Core professional useArt, Props & Cosplay
Helmets, armour, figurines, display models, and custom props. Complex organic shapes that would be extremely difficult to make by hand can be printed overnight.
✦ Creative freedomMedical & Dental
Custom orthotics, dental models, prosthetic components, and surgical planning aids. SLA and SLS printing have transformed personalised medical device manufacturing.
✦ High-impact applicationsAerospace & Automotive
Lightweight brackets, ducting, jigs, and low-volume production parts. 3D printing allows design geometries that are impossible to achieve with traditional manufacturing.
✦ Industry adoptionSmall Batch Production
Custom product housings, branded components, and short-run parts. When you need 1–100 units, 3D printing is often faster and cheaper than injection moulding.
✦ Business use caseBeginner's Glossary
The key terms you'll encounter — explained plainly.
FDM
Fused Deposition Modeling. The most common 3D printing process — melts plastic filament and deposits it layer by layer.
Filament
The plastic material used in FDM printers — sold on spools, typically 1.75 mm in diameter. PLA, PETG, and ABS are the most common types.
Slicer
Software that converts a 3D model into layer-by-layer print instructions (G-code). Popular options include PrusaSlicer, Cura, and BambuStudio.
G-code
The machine language 3D printers use. Contains exact movement, speed, and temperature instructions generated by the slicer.
Layer Height
The thickness of each printed layer, typically 0.1–0.3 mm. Thinner layers = smoother surface and longer print time. Thicker layers = faster print, more visible lines.
Infill
The internal structure printed inside a solid-looking part. Usually expressed as a percentage — 15% infill means 15% of the interior is solid material, the rest is air.
Supports
Temporary structures printed to hold up overhanging features during printing. They're removed by hand after the print is complete.
Build Plate
The flat surface the printer builds on. Parts must adhere to it during printing. Most modern printers have flexible magnetic plates that make part removal easy.
STL File
The most common 3D model file format for printing. It describes the surface geometry of a 3D object as a mesh of triangles.
Overhang
Any part of a model that extends outward without material directly below it. Overhangs beyond ~45° usually need supports or careful design consideration.
Post-Processing
Any steps taken after printing to improve the part — removing supports, sanding, priming, painting, or adding hardware like screws and inserts.
Nozzle
The small metal tip at the end of the printer's hotend through which melted filament is extruded. Standard diameter is 0.4 mm for most FDM printers.
Frequently Asked Questions
Do I need to own a 3D printer to get parts made?
Not at all. Professional 3D printing services like Atlas3Dprints handle the entire process for you — you just provide the 3D file (or describe what you need), and we print and deliver the finished part. This is often the better option for functional or mechanical parts where print settings, material choice, and quality control really matter.
How strong are 3D printed parts?
It depends heavily on the material, print settings, and how the part is loaded. PLA printed at 40% infill with 3 perimeters is genuinely strong — suitable for brackets, housings, and many mechanical applications. Engineering filaments like Nylon or Polycarbonate push well into structural territory. The key limitation is that FDM parts are weaker in the Z direction (across layer lines) than in XY, which needs to be accounted for in the design.
How long does a 3D print take?
Print time varies enormously by size, complexity, layer height, and print speed. A small part like a bracket or clip might take 20–60 minutes. A medium enclosure could be 4–8 hours. Large, detailed models can run 12–24 hours or more. Modern fast printers (like Bambu Lab machines) have cut typical print times by 3–5× compared to older machines, making same-day turnaround much more achievable.
Can I 3D print in metal?
Yes, but it requires industrial equipment and is significantly more expensive than plastic printing. Metal 3D printing processes include SLS/SLM (laser-sintered metal powder), DMLS, and binder jetting. There are also metal-composite FDM filaments (like copper-fill or stainless-fill) that print on standard FDM machines — these have a metallic look and feel but are not structurally equivalent to machined or sintered metal.
What's the difference between a 3D model and a 3D print?
A 3D model is a digital file — it only exists on a computer. A 3D print is the physical object produced from that file by a printer. The model is like a recipe; the print is the meal. The same model can be printed multiple times, in different materials, at different sizes, or on different machines — the digital file itself doesn't change.
I don't have a 3D file — can Atlas3Dprints still help?
Yes. If you have a sketch, a photo of an existing part, or just a clear description of what you need, get in touch and we can discuss what's possible. For straightforward parts, we can often model them from reference. For complex engineering parts, we can recommend CAD designers we work with regularly.
Ready to Print Your First Part?
Send us your file — or just describe what you need. We'll take care of material selection, print settings, and quality, and deliver a finished part to your door.
Request a Free Quote