Pick a depth. Each prompt opens in your AI pre-loaded with the lesson. Click a row to preview the prompt.
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.
[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)