Digital Media Design · Bronx International High School

The Dimensional Path

A 3D Design & Printing Study Book

By Victor Pinnock · 2026–2027 Classroom Edition · Book Eight of the Digital Media Design series

8 chapters · TinkerCAD, Fusion 360, Onshape, Blender & real 3D printing

Preface

“The Dimensional Path” is Book Eight in this Digital Media Design series, written by a teacher at Bronx International High School for his own students and provided to them entirely free of charge. Like The Experience Path, this book isn't aligned to a single software certification exam — there isn't one that covers all four tools this book teaches. Instead, it's organized around a real skill progression: understanding 3D space itself, understanding what CAD software actually does, hands-on work in four real, current tools that each teach a different approach, and finally turning a digital model into a real, physical object on this classroom's own printers.

License — Free for Educational Use (CC BY-NC 4.0–style)

You are free to copy, share, print, and adapt this book, for any educational purpose, at no cost to anyone — on the following conditions: attribution required; non-commercial only; always free. Same license as every other book in this series.

A Note on the Four Tools

This book deliberately teaches four different 3D tools instead of just one, because they genuinely aren't interchangeable — each represents a real, different approach used by real working designers: TinkerCAD (the beginner on-ramp), Fusion 360 and Onshape (two different takes on professional, precision parametric CAD), and Blender (a completely different paradigm built for organic, artistic 3D work rather than engineered parts). All four are free for students as of this writing (verified September 2026) — TinkerCAD and Blender fully free, Fusion 360 and Onshape through their respective education programs.

Contents

  1. 01From 2D to 3D: Planes, Dimensions & Spatial ThinkingConcept
  2. 02Understanding CADConcept
  3. 03TinkerCAD: Getting Started with 3D ModelingHands-on
  4. 04Fusion 360: Parametric Modeling for Real ProductsHands-on
  5. 05Onshape: Cloud-Based Professional CADHands-on
  6. 06Blender: 3D Art, Animation & Organic ModelingHands-on
  7. 073D Printing: From Digital Model to Physical ObjectConcept & practice
  8. 08Understanding SlicersHands-on, real printers

Chapter One

01

From 2D to 3D: Planes, Dimensions & Spatial Thinking

Every 3D tool in this book asks you to think in a way that's genuinely different from 2D design — not harder, exactly, just different, and worth building deliberately before opening any software.

This chapter covers the real vocabulary of 3D space, how designers represent 3D objects on a flat page, and how the drawing fundamentals from Paper First already started building this skill.

1.1

The Three Axes

Every point in 3D space is described by three numbers along three perpendicular directions — the foundation every single tool in this book is built on top of.

X-AxisConventionally, left-right (width).
Y-AxisConventionally, front-back (depth) in 3D software — note this is different from 2D design software, where Y usually means up-down.
Z-AxisConventionally, up-down (height) in most 3D software.
OriginThe single point, (0,0,0), that all three axes cross through — every object's position is measured relative to it.
PlaneA flat 2D surface within 3D space, defined by two of the three axes (the XY plane, the XZ plane, the YZ plane).

The Y-axis swap that trips up every beginner

In Illustrator or InDesign, the Y-axis means up and down. In most 3D software, Z means up and down, and Y means front-to-back depth instead. This isn't a mistake in either program — it's just a different, equally valid convention — but it's worth naming directly here because it causes real, predictable confusion the first time a 2D designer opens a 3D tool and nothing moves the direction they expected.

Try It
On paper

Draw 3 lines meeting at one point, representing the X, Y, and Z axes, and label each. Place a dot somewhere in the space they create and write its approximate position as 3 numbers (e.g., "3 right, 2 back, 4 up"), the same way real 3D coordinates work.

Review Questions
  1. What does the origin represent?
  2. Explain the Y-axis convention difference between 2D design software and 3D software.
1.2

Representing 3D on a Flat Page

Long before any computer existed, designers and drafters solved the real problem of showing a 3D object accurately on flat paper — and these same conventions are exactly what every 3D tool's viewport is doing on screen.

Orthographic ViewA flat, straight-on view of one side of an object (front, top, side) with no perspective distortion — used for precise, measurable technical drawings.
Isometric ViewA 3D-looking view where all three axes are shown at equal angles (120° apart), giving a realistic sense of depth while keeping parallel lines actually parallel and measurements consistent.
Perspective ViewA view where parallel lines converge toward a vanishing point, the way human eyes and cameras actually see — realistic-looking, but not directly measurable the way isometric and orthographic views are.
WireframeA view showing only an object's edges as lines, with no surface fill — useful for seeing through an object to its internal structure.

Why CAD software defaults to isometric, not perspective

A perspective view looks the most "realistic," but its converging lines make it genuinely hard to measure or compare distances accurately. An isometric view sacrifices some of that photographic realism specifically to keep every measurement honest and comparable — exactly why nearly every CAD tool in this book defaults to an isometric-style view for actual modeling work, saving perspective rendering for final presentation images.

Try It
On paper

Pick a simple object (a shoebox, a mug, a phone). Draw it three ways: as an orthographic front view (flat, no depth shown at all), as an isometric view (using 120° angles, a ruler helps), and as a rough perspective sketch. Compare all three and write 1-2 sentences on what each is actually good for.

Review Questions
  1. What's the key visual difference between isometric and perspective views?
  2. Why do CAD tools default to isometric-style views for modeling, not perspective?

Chapter 1 Glossary

X-AxisY-AxisZ-AxisOriginPlane Orthographic ViewIsometric ViewPerspective ViewWireframe

Looking ahead: Chapter 2 covers what CAD software is actually doing under the hood, and why the 4 tools in this book represent genuinely different approaches to the same underlying problem.

Chapter Two

02

Understanding CAD

CAD (Computer-Aided Design) isn't one single technology — it's a family of genuinely different approaches to building a 3D model, and understanding the real differences explains why this book's four tools feel so different from each other.

This chapter covers how 3D models are actually stored and built (solid, mesh, and surface modeling), and the parametric-vs-direct distinction that separates the two professional CAD tools in Chapters 4 and 5.

2.1

Solid, Mesh & Surface Modeling

Solid ModelingRepresents an object as a genuinely solid volume with defined mass and interior — the standard for engineering/CAD tools, since it always represents something physically manufacturable.
Mesh ModelingRepresents an object as a network of connected flat faces (usually triangles or quads) approximating a surface — the standard for 3D art, games, and animation, prioritizing visual flexibility over guaranteed physical accuracy.
Surface ModelingRepresents an object as a collection of mathematically precise curved surfaces with no defined interior/thickness — used for complex, flowing shapes (car bodies, product housings) before they're finalized as solids.
Polygon CountHow many individual flat faces make up a mesh model — higher counts capture more detail but require more processing power and storage.

Why this distinction predicts which tool to use

An engineer designing a phone case that needs to be manufactured with exact wall thickness needs solid modeling — the software needs to know, precisely, what's material and what's empty space. A 3D artist sculpting a character's face for an animated film needs mesh modeling — total freedom to push and pull a flexible surface, with no requirement that the result correspond to any physically buildable object. This single distinction is most of why Chapter 6's Blender feels like an entirely different program from Chapters 4-5's Fusion 360 and Onshape, even though all three are technically "3D software."

Try It
On paper

Sketch a simple object twice: once as a "solid" model (shade the whole interior to show it's a filled volume) and once as a "mesh" model (draw only the visible flat triangular/quad faces on its surface, like a low-poly video game character). Label which approach would be better for 3D printing a real part, and which would be better for an animated character, and explain why in one sentence each.

Review Questions
  1. What's the key practical difference between solid and mesh modeling?
  2. Why does solid modeling matter specifically for anything headed to a 3D printer?
2.2

Parametric vs. Direct Modeling

Parametric ModelingBuilding a model from a history of editable steps and numeric constraints (e.g., "this hole is always centered, always 10mm wide") — changing an early step or constraint automatically updates everything built on top of it.
Direct ModelingEditing a model's geometry directly by pushing, pulling, and adjusting its actual faces and edges, with no underlying history or constraint system tracking how it got that way.
Feature Tree / HistoryThe recorded, editable sequence of every step used to build a parametric model, viewable and editable at any point after the fact.
ConstraintA rule locking a specific relationship in a model (equal length, parallel, centered, an exact dimension) that parametric modeling enforces automatically as the design changes.

Why professional product design leans parametric

Imagine a water bottle design where the cap needs to always fit the bottle opening, no matter how the rest of the bottle's shape changes during the design process. In a parametric tool, that relationship is defined once as a constraint and holds automatically through every later revision. In a purely direct-modeling tool, changing the bottle's shape means manually re-checking and re-fixing the cap fit every single time — which is exactly why Fusion 360 and Onshape (Chapters 4-5), both built for real manufacturable products, are parametric tools, while TinkerCAD (Chapter 3, built for simplicity) and Blender (Chapter 6, built for art) are not.

Try It
Reflection

Think of a real object with parts that must always fit together correctly (a phone and its case, a jar and its lid, a key and a lock). Explain in 2-3 sentences why a parametric constraint-based approach would make designing that object's two matching parts easier than a purely direct, freeform approach.

Review Questions
  1. What's the core difference between parametric and direct modeling?
  2. What is a feature tree, and what does it let a designer do that direct modeling doesn't?

Chapter 2 Glossary

Solid ModelingMesh ModelingSurface ModelingPolygon Count Parametric ModelingDirect ModelingFeature TreeConstraint

Looking ahead: Chapter 3 starts hands-on work with TinkerCAD, the right first tool for building real 3D-thinking skill before tackling professional parametric software.

Chapter Three

03

TinkerCAD: Getting Started with 3D Modeling

TinkerCAD is free, browser-based, and built specifically to teach 3D thinking without getting in the way with a complicated interface — the right place to build real comfort with 3D space before moving to professional tools.

This chapter covers TinkerCAD's core workflow: building with primitive shapes, and combining/subtracting them — the 3D equivalent of the Pathfinder operations from The Vector Path.

3.1

Primitive Shapes & the Workplane

Primitive ShapeA basic pre-built 3D form (box, cylinder, sphere, cone, roof) that serves as a starting building block.
WorkplaneThe flat reference grid new shapes are placed onto, representing the "ground" of the 3D scene.
HandleA small draggable point on a selected shape used to resize it along a specific direction.
Solid / HoleIn TinkerCAD specifically, every shape is set to either add material (Solid) or remove material from whatever it overlaps (Hole) — the basis of nearly everything built in this tool.

Everything in TinkerCAD is just solids and holes, combined

A huge share of real TinkerCAD models are built from surprisingly few steps: drop a primitive shape, resize/position it, and set it to either Solid (adds material) or Hole (removes it). A simple pencil holder might just be one cylinder (Solid) with a slightly smaller cylinder (Hole) placed inside it and grouped together — two shapes, one combination, one real object.

Try It
In TinkerCAD

Create a free TinkerCAD account. Place a cylinder primitive on the workplane and resize it using its handles to about 40mm wide, 60mm tall. Place a second, slightly narrower and shorter cylinder inside it, set it to Hole, select both, and Group them — you've just built a simple open container.

Review Questions
  1. What does setting a shape to "Hole" actually do once it's grouped with a solid shape?
  2. What is the workplane?
3.2

Grouping & Building Complexity

GroupCombining multiple selected shapes (solids and holes together) into one single, permanent object.
UngroupSplitting a grouped object back into its original separate shapes for further editing.
Align ToolAutomatically aligns selected shapes to each other (centered, edge-to-edge) along any axis, avoiding imprecise manual dragging.
RulerA precision tool for placing and measuring shapes at exact positions and distances.

Same “combine simple shapes into complex ones” idea as Illustrator's Pathfinder

This is a direct echo of The Vector Path's Pathfinder chapter, just extended into three dimensions: complex objects get built by combining simple primitives with Boolean-style add/subtract logic, rather than sculpting or drawing complex shapes from scratch. The 2D pattern (two circles, one subtracted, makes a crescent) becomes the exact same 3D pattern (two cylinders, one subtracted, makes a tube).

Try It
In TinkerCAD

Design a simple nameplate: a flat box (Solid) with your name spelled out using the Text shape (also Solid) raised slightly above it, and one decorative hole shape (a small cylinder set to Hole) cut through one corner. Use the Align tool to center your name text on the box precisely, then Group everything into one final object.

Review Questions
  1. What does grouping shapes actually accomplish?
  2. How does TinkerCAD's solid/hole system echo a concept already learned in The Vector Path?

Chapter 3 Glossary

Primitive ShapeWorkplaneHandleSolid/Hole GroupUngroupAlign ToolRuler

Looking ahead: Chapter 4 moves to professional, parametric CAD in Fusion 360 — the real workflow behind manufacturable product design.

Chapter Four

04

Fusion 360: Parametric Modeling for Real Products

Fusion 360 (now branded Autodesk Fusion) is real, professional, industry-standard CAD software — the same category of tool used to design actual manufactured products, free for students through Autodesk's education program.

This chapter covers the real sketch-then-3D workflow every parametric CAD tool shares: 2D sketches, extrude/revolve, constraints, and assemblies of multiple parts.

4.1

Sketches: Where Every Model Starts

SketchA flat, 2D drawing on a chosen plane, made of lines/arcs/circles, that becomes the basis for a 3D feature.
Sketch ConstraintA rule applied to a sketch's geometry (parallel, perpendicular, equal, coincident) that keeps its shape correct as dimensions change.
DimensionAn exact numeric measurement applied to a sketch (a length, an angle, a radius).
Fully Constrained SketchA sketch where every line's position and size is completely determined by its constraints and dimensions — shown in a different color, with zero ambiguity about its exact shape.

Why "fully constrained" matters so much

An under-constrained sketch can shift unpredictably when a later dimension changes, because the software doesn't have enough rules to know exactly what should stay fixed. Professional CAD workflow treats getting to a fully constrained sketch as a real discipline, not an optional nice-to-have — it's what makes the model trustworthy and predictable through every later edit.

Try It
In Fusion 360

Set up a free student account and start a new design. Create a sketch on the XY plane: draw a rectangle, then apply exact dimensions (e.g., 50mm x 30mm) until the sketch turns fully constrained (check the color change/status bar). Draw a circle inside it and dimension its diameter and center position exactly.

Review Questions
  1. What does it mean for a sketch to be "fully constrained," and why does that matter?
  2. What's the difference between a constraint and a dimension?
4.2

Extrude, Revolve & Building in 3D

ExtrudePushes a flat sketch outward along a straight line to create a 3D solid (a circle extruded becomes a cylinder).
RevolveSpins a flat sketch around an axis to create a 3D solid (a simple curved profile revolved 360° becomes a bottle or a bowl).
FilletRounds a sharp edge to a specified radius.
AssemblyMultiple separate parts combined and constrained together as one working design, with real joints defining how they move relative to each other.

Extrude vs. revolve: two ways to add the third dimension

Both take a flat 2D sketch and turn it into a real 3D solid, but they add depth in fundamentally different ways: extrude pushes straight through space (good for anything with a consistent cross-section, like a box or a bracket), while revolve spins around an axis (good for anything symmetric around a center line, like a bottle, a wheel, or a bowl). Recognizing which real-world shape calls for which operation is a core CAD skill.

Try It
In Fusion 360

Using your Chapter 4.1 sketch, extrude the rectangle 15mm to create a solid block, then apply a fillet to soften its top edges. In a new sketch, draw a simple cup-shaped profile (half a cross-section) next to a centerline, and use Revolve to turn it into a full 3D cup.

Review Questions
  1. When would a designer use Revolve instead of Extrude?
  2. What does an assembly let a designer do that a single part file doesn't?

Chapter 4 Glossary

SketchSketch ConstraintDimensionFully Constrained Sketch ExtrudeRevolveFilletAssembly

Looking ahead: Chapter 5 covers Onshape — a genuinely different take on the same parametric-CAD idea, built entirely in the browser with real-time collaboration.

Chapter Five

05

Onshape: Cloud-Based Professional CAD

Onshape covers the same real, professional parametric-CAD ground as Fusion 360, built entirely differently: 100% browser-based, with real-time multi-user collaboration built into its core.

This chapter covers what makes Onshape distinct: no install, real-time collaboration (the same underlying idea as Figma's from The Experience Path), and full version history.

5.1

Browser-Based, Real-Time Collaboration

DocumentOnshape's container for a design, always stored in the cloud, never as a local file.
Real-Time CollaborationMultiple people editing the same document simultaneously, seeing each other's changes live — no "save and send the file" step at all.
Version HistoryA complete, automatic record of every saved state of a document, letting a team return to or branch from any earlier point.
BranchCreating a separate, parallel version of a design to try a risky change without affecting the main version — the same underlying idea as version control in software development.

The same idea as Figma, now in engineering

This is a direct parallel to The Experience Path's Figma chapter: real-time, browser-based collaboration with no install and no manual file-passing. Onshape brought that same idea to professional CAD specifically because a team of engineers working on one product used to face the exact same "who has the current version" problem designers used to face before tools like Figma existed — and solved it the same way.

Try It
In Onshape

Create a free Onshape account and start a new document. Build a simple part using a sketch and an extrude, the same workflow from Chapter 4. Invite a partner to the same document (or open it in two browser tabs) and watch changes appear live as each of you edits.

Review Questions
  1. What does "real-time collaboration" mean in Onshape, specifically?
  2. What real production problem does version history solve for a team?
5.2

Onshape vs. Fusion 360: Choosing Between Them

FactorFusion 360Onshape
AccessDesktop app install requiredFully browser-based, no install
CollaborationFile-based sharingReal-time, simultaneous editing
Offline usePossible with local cachingRequires an internet connection
Free tierEducation license (student/educator)Free tier available for public/hobbyist documents

Neither one is simply “better”

A real design team choosing between these tools weighs real factors: does the work need to happen offline sometimes? Does the team need true simultaneous editing, or is file-based sharing fine? Both are genuinely professional-grade parametric CAD tools — the choice comes down to workflow fit, the same kind of decision covered throughout The Career Path's discussion of tool and structure choices.

Review Questions
  1. Name one real factor that might lead a team to choose Onshape over Fusion 360, and one that might lead the other way.

Chapter 5 Glossary

DocumentReal-Time CollaborationVersion HistoryBranch

Looking ahead: Chapter 6 leaves precision engineering behind for a completely different paradigm — Blender's mesh-based, artistic approach to 3D.

Chapter Six

06

Blender: 3D Art, Animation & Organic Modeling

Blender is free, open-source, and built for an entirely different purpose than the last two chapters' precision engineering tools: organic, artistic 3D work — characters, environments, animation, and rendering.

This chapter covers Blender's mesh-based modeling approach, and its rendering and animation capabilities that have no real equivalent in Fusion 360 or Onshape.

6.1

Mesh Modeling: Pushing and Pulling a Surface

VertexA single point in 3D space, the most basic building block of a mesh (plural: vertices).
EdgeA straight line connecting two vertices.
FaceA flat surface bounded by edges (usually a triangle or a quad) — a mesh's visible skin.
Edit ModeBlender's mode for directly selecting and moving individual vertices, edges, or faces to reshape a mesh.
Subdivision SurfaceA modifier that smooths a low-detail, blocky mesh into a rounder, higher-detail surface without permanently altering the simple underlying shape.

Recall Chapter 2's mesh-vs-solid distinction — this is it, in practice

Where Fusion 360 and Onshape build models from precise sketches and constraints, Blender builds them by directly grabbing and reshaping vertices, edges, and faces — genuinely closer to digital sculpting than engineering drafting. Neither approach is "more advanced" than the other; they're built for different jobs, exactly as Chapter 2 explained.

Try It
In Blender

Download Blender (free) and start a new project. Add a basic cube, enter Edit Mode, and practice selecting individual vertices, edges, and faces (Blender's number keys 1/2/3 switch between these selection modes). Pull one face outward to deform the cube into an irregular shape. Apply a Subdivision Surface modifier and watch the blocky cube smooth into a rounded form.

Review Questions
  1. Name the three basic building blocks of a mesh, from smallest to largest.
  2. What does a Subdivision Surface modifier do?
6.2

Materials, Rendering & Animation

MaterialThe surface properties applied to a mesh — color, roughness, reflectivity, transparency.
RenderBlender's process of calculating a final, photorealistic (or stylized) image or video from a 3D scene, lighting, and materials.
KeyframeA saved state of an object's position/rotation/property at a specific point in time — animation is built by setting keyframes at different moments, and Blender automatically fills in the motion between them.
RigAn internal skeleton of connected bones added to a character mesh, allowing it to be posed and animated naturally.

Capabilities with no real equivalent in Chapters 4-5

Fusion 360 and Onshape are built to produce manufacturable, physical parts — neither has real animation or photorealistic rendering as a core purpose. Blender's material, lighting, rendering, and rigging/animation tools exist because its actual target output is very often a still image or a video, not a physical object at all — the same real distinction from Chapter 2's solid-vs-mesh discussion, now showing up in what each tool is even trying to produce.

Try It
In Blender

Apply a simple colored material to your Chapter 6.1 shape. Set two keyframes: one with the object in its starting position/rotation, and a second a few seconds later with it moved and rotated differently. Play the animation and confirm Blender smoothly interpolates between the two keyframes automatically.

Review Questions
  1. What is a keyframe, and how does Blender use two of them to create motion?
  2. Why don't Fusion 360 or Onshape need rendering/animation tools the way Blender does?

Chapter 6 Glossary

VertexEdgeFaceEdit ModeSubdivision Surface MaterialRenderKeyframeRig

Looking ahead: Chapter 7 turns any of these four tools' finished models into a real, physical object — how 3D printing actually works.

Chapter Seven

07

3D Printing: From Digital Model to Physical Object

This is the moment every earlier chapter has been building toward — taking a model out of the screen and into your hands, as a real, physical object.

This chapter covers exporting a model correctly, how FDM (the technology this classroom's printers use) actually works, and what genuinely happens between a finished digital file and a finished printed part.

7.1

Exporting a Printable File

STLThe most common file format for 3D printing — represents a model's surface as a mesh of triangles, discarding any parametric history/color/material data.
3MFA newer format that, unlike STL, can also preserve color, material, and some printer-specific settings.
Manifold / WatertightA model with no gaps, holes, or overlapping geometry in its mesh — every edge must connect to exactly two faces, with zero exceptions, or a slicer (Chapter 8) can't reliably process it.
Wall ThicknessHow thick a model's solid walls are — too thin, and a printed part becomes fragile or fails to print at all.

Why “non-manifold” errors happen, and why they matter

A model built with an accidental gap, a duplicate overlapping face, or an edge shared by more than two faces is called non-manifold — it doesn't actually describe a physically possible solid object, even if it looks fine on screen. Every tool in this book has a way to check for this (Fusion 360 and Onshape mostly prevent it by design since they build true solids; Blender and TinkerCAD can both produce non-manifold geometry more easily, especially after heavy editing) — checking before export saves real, frustrating troubleshooting later in the slicer.

Try It
In any tool from Ch. 3-6

Take a model you built earlier in this book. Export it as an STL file. If your tool has a built-in check (Blender's 3D Print Toolbox add-on can check for non-manifold geometry directly), run it and confirm your model is watertight before moving to Chapter 8.

Review Questions
  1. What does STL actually store, and what does it leave out compared to a native parametric file?
  2. What does "manifold" or "watertight" mean, and why does it matter for 3D printing specifically?
7.2

How FDM Printing Actually Works

Both of this classroom's printers — the Bambu Lab P1S and the Ender 3 — use FDM (Fused Deposition Modeling), the most common consumer 3D printing technology.

FDM (Fused Deposition Modeling)Melts a plastic filament and deposits it layer by layer, each layer fusing to the one below it, building a solid object from the bottom up.
FilamentThe spool of solid plastic wire that feeds into the printer's extruder to be melted and printed — PLA is the most common, beginner-friendly type.
Extruder / HotendThe part of the printer that melts filament and pushes it out through a small nozzle.
BedThe flat surface a print is built on top of, layer by layer.
Layer HeightHow thick each individual printed layer is — smaller values mean smoother, more detailed prints that take longer; larger values print faster but show more visible layer lines.

Why an enclosed printer like the P1S matters for certain materials

The Bambu Lab P1S is fully enclosed with an active chamber heater, unlike the Ender 3's open frame. This isn't just about noise or safety (though the enclosure genuinely helps with both) — some filaments (like ABS) need a stable, warm chamber temperature to print reliably without warping, which an open-frame printer like the Ender 3 struggles with. This is a real, practical reason a classroom might have both printer types rather than just one.

Review Questions
  1. Explain FDM printing in your own words — what actually happens, step by step?
  2. What's the tradeoff between a smaller and a larger layer height?

Chapter 7 Glossary

STL3MFManifold/WatertightWall Thickness FDMFilamentExtruderBedLayer Height

Looking ahead: Chapter 8 covers the software layer between a finished STL file and an actual print job — the slicer — specifically for this classroom's own P1S and Ender 3 printers.

Chapter Eight

08

Understanding Slicers

A 3D printer can't read an STL file directly — it needs a translator. That translator is called a slicer, and understanding what it actually does is the last real skill this book teaches.

This chapter covers what slicing software does conceptually, the specific slicers used with this classroom's P1S and Ender 3, and the print settings that matter most.

8.1

What a Slicer Actually Does

SlicerSoftware that converts a 3D model into flat, horizontal layers and generates the exact machine instructions (G-code) a printer follows to print it, layer by layer.
G-codeThe actual, low-level instruction file a slicer produces — the precise, literal path/speed/temperature commands a printer's control board executes.
InfillThe internal support structure printed inside an otherwise-hollow part, described as a percentage — 100% would be fully solid, most functional parts use 15-30%.
Support MaterialTemporary, removable printed structures holding up any part of a model that would otherwise print in mid-air with nothing underneath it.

“Slicing” is a literal description

The name isn't a metaphor: a slicer mathematically cuts a 3D model into dozens or hundreds of thin horizontal cross-sections (matching the layer height from Chapter 7), then calculates the exact nozzle path needed to trace each one, plus infill and any needed supports, and finally converts all of that into G-code the printer's motors and hotend actually follow, one instruction at a time.

Try It
Reflection

Think of a model with a horizontal overhang (like a "T" shape upside down, or an arm sticking out sideways). Sketch it and mark, in a different color, exactly where support material would need to be added underneath the overhanging section for it to print successfully.

Review Questions
  1. What is G-code, and what's the relationship between a slicer and G-code?
  2. What is infill, and why would a functional part use 20% instead of 100%?
8.2

Slicers for This Classroom's Printers

PrinterRecommended slicer(s)Notes
Bambu Lab P1SBambu Studio (native) or OrcaSlicerBambu Studio is free, built specifically for Bambu printers, and is itself based on the open-source OrcaSlicer — ships with Standard/Sport/Ludicrous speed presets.
Ender 3Cura, PrusaSlicer, or Creality PrintThe Ender 3 is an open, widely-supported printer compatible with essentially every major slicer — a real difference from the more tightly integrated P1S/Bambu Studio pairing.

Source: Bambu Lab official specifications and slicer documentation, verified 2026-09-09.

Why the P1S and Ender 3 have such different slicer relationships

The P1S is a tightly integrated system — Bambu Studio knows this exact printer's build volume, speed capabilities, and AMS color-changing hardware in detail, and is built specifically around it. The Ender 3 is an older, open-design printer with a huge, independent community — any major slicer can drive it, but none of them are built exclusively for it the way Bambu Studio is built for Bambu printers. Neither approach is simply better; they reflect two real, different philosophies in the 3D printing industry.

Print SpeedHow fast the printer moves while extruding — the P1S's CoreXY design allows genuinely high speeds (up to 500mm/s) that a standard Ender 3 can't safely match without modification.
Print Profile / PresetA saved bundle of slicer settings (temperature, speed, layer height) tuned for a specific filament and printer combination.
AMS (Automatic Material System)The P1S's optional multi-color/multi-material filament-switching accessory, allowing one print to use several colors or filament types automatically.
Try It
In the classroom

Import your Chapter 7 STL file into Bambu Studio. Choose a Standard speed preset, set infill to 15%, and use the built-in preview to check whether the slicer thinks any part of your model needs supports. If it does, look at exactly where — and compare that to your Chapter 8.1 prediction sketch.

Review Questions
  1. Why does the P1S work with a narrower, more tightly integrated set of slicers than the Ender 3?
  2. What is the AMS, and what real capability does it add to a print?

Chapter 8 Glossary

SlicerG-codeInfillSupport Material Print SpeedPrint ProfileAMS

That's the whole book. Eight chapters, from the basic idea of a third dimension all the way to a real, physical object coming off this classroom's own printers. Between this book and the rest of the series, the full arc from a first pencil sketch to a tested digital prototype to an actual physical product is now covered.

Back Matter

Sources & References

This book covers four separate tools plus this classroom's own real printers, so its accuracy rests on each tool's own official documentation rather than a single exam blueprint. This section collects all of them in one place.

CAD & 3D modeling tool documentation

Tinkercad Learn1Autodesk's own official learning resources for Tinkercad, the authoritative reference for Chapter 3's interface and workflow facts.
Autodesk Fusion LearningAutodesk's own official tutorials and documentation for Fusion 360, the authoritative reference for Chapter 4.
Onshape Learning Center2Onshape's own official learning platform, the authoritative reference for Chapter 5's interface and workflow facts.
Blender Manual3Blender's own official, comprehensive documentation, the authoritative reference for Chapter 6.

3D printing & slicer documentation

Bambu Lab Wiki4Bambu Lab's own official specifications and Bambu Studio documentation — the source behind Chapter 8's P1S-specific facts (print speeds, AMS, slicer presets), verified September 2026.

Notes

  1. See tinkercad.com/learn.
  2. See learn.onshape.com.
  3. See docs.blender.org.
  4. See wiki.bambulab.com. All four CAD tools and the printer specifications change over time as software updates and new hardware ships; always check each tool's own current documentation rather than treating any single book (including this one) as permanently current.

▸ See the Preface at the front of this book for this edition's full license and terms of free use.