Open this lesson in your favourite AI. It'll walk you through the why, explain the demo, and quiz you on the try-it list.
Before you can calibrate, design, or troubleshoot anything, you need a working mental model of every part of the machine and what job it does. Most beginner frustration — bed not leveling, prints peeling, layers shifting — traces back to misunderstanding one component. Spend an hour mapping each piece to its function and you'll save dozens of hours later.
The six functional subsystems of any FDM printer.
Use these three in order. Each builds on the one before.
In one paragraph, explain what each of the six subsystems in an FDM printer does.
Walk me step-by-step through what happens from the moment I press 'Print' to the moment the first layer lands on the bed.
I'm picking between a $300 bedslinger Cartesian, a $700 CoreXY, and a $1200 enclosed CoreXY. For a hobbyist who'll print PLA and PETG, which is the right buy and why?
[Filament spool]
│
▼
[Extruder motor + gear] ◄── pulls filament; "bowden" (motor at frame, long PTFE tube
│ to hotend) or "direct drive" (motor on the print head)
▼
[Hotend] ◄── thermistor reads temp; heater cartridge heats nozzle;
brass/hardened-steel nozzle melts and extrudes filament
│
▼
[Print head / carriage] ◄── carries the hotend across X (and on bedslingers, also Y)
│
▼
[Motion system] ◄── stepper motors + belts + linear rails/rods/wheels
Cartesian (Ender / Prusa-style): bed moves in Y
CoreXY (Voron / X1C-style): bed only moves in Z
Delta: three towers cooperate; bed is fixed
│
▼
[Print bed] ◄── heated build plate (60-110°C typical); top surface is
PEI / glass / garolite / spring steel
│
▼
[Controller board + firmware] ◄── Marlin (older 8-bit + newer 32-bit), Klipper (Pi-based),
RepRapFirmware (Duet boards). Reads G-code, drives steppers.
[Sensors] thermistors x2 (bed + hotend), endstops (X/Y/Z home), filament runout (optional),
probe for auto-bed-level (BLTouch / inductive / strain gauge)