A normal 3D printer stops when the bed is full. A belt printer never does — the print rolls off the back on a moving conveyor while the next one starts, so you can print a part longer than the machine or queue up fifty of the same part and walk away. Here's how I converted a Creality CR-10S into one, and what it actually takes to get clean prints off a moving belt.
| Piece | What changes |
|---|---|
| The bed | A moving spring-steel conveyor belt replaces the fixed glass bed. Prints ride off the back as they finish. |
| The tilt | The whole gantry sits at an angle so the nozzle can lay a first layer onto a belt that's traveling underneath it. |
| Firmware | Marlin re-flashed and extruder e-steps re-calibrated so 100 mm asked equals 100 mm extruded. |
| Slicer | Belt-aware slicing that accounts for the tilt and turns the Y axis into "conveyor travel." |
| Control | OctoPrint, so I can start, watch and manage the queue over the network instead of babysitting the SD card. |
Two things a normal printer can't do, a belt printer does easily. First, infinite length: because the part keeps rolling off the back, you can print something far longer than the machine's footprint — a full-length wing panel, a fuselage section, a long channel. Second, true continuous production: line up a queue of the same part and it will print one, roll it off, and immediately start the next, unattended. For RC that's the dream — print a whole set of ribs, or ten of the same bracket, overnight without touching it.
The fixed bed comes off and a spring-steel conveyor belt goes on in its place, wrapped around rollers and driven by the Y-axis motor. Instead of the bed moving back and forth, the belt rotates, carrying finished print off the back like a tiny factory line. It's thin spring steel so it flexes around the rollers but stays flat and true across the print area, and it holds heat well enough for the first layer to stick. Belt tension and tracking matter a lot here — too loose and it wanders, too tight and it drags the motor.
You can't lay a flat first layer straight down onto a surface that's moving horizontally, so the entire print geometry is tilted — the gantry sits at an angle (commonly around 45°) relative to the belt. The nozzle lays plastic onto the belt at that angle, and as the belt advances, each new slice is added just behind the last. It looks strange the first time you watch it, like the printer is printing sideways, but that tilt is exactly what lets a moving belt and a printing nozzle coexist.
After changing the mechanics I re-flashed Marlin and re-calibrated the extruder e-steps — the number that tells the firmware how many motor steps equal one millimeter of filament pushed. The check is simple and worth doing on any printer: mark 100 mm up the filament from the extruder, tell the printer to extrude 100 mm, then measure what's left. If it pulled 90 mm you're under-extruding; adjust the e-steps value and repeat until asked equals actual. Get this wrong on a belt printer and every part in a long continuous run inherits the same error.
The last piece is control. I run the printer through OctoPrint so I can send jobs, watch a camera feed, and manage the queue over the network. That matters more on a belt printer than a normal one: the entire point is unattended, back-to-back printing, and OctoPrint is what lets you kick off a continuous run and check on it from another room — or another building — instead of standing over the SD card.
Honestly, it's a project in itself — belt tracking, first-layer adhesion on a moving surface, and belt-aware slicing all take tuning, and a stock printer is simpler if you only print one part at a time. But if you print RC parts in volume — ribs, formers, mounts, repeat spares — or you need lengths a normal bed can't give you, a belt printer changes what's possible on the bench. For me it pairs perfectly with printed-airplane work, where you're often making long, repetitive structural parts.
The obvious companion build is my 3D-printed airplane — the Crackle Cub redemption covers what it takes to make a printed wing actually fly (spoiler: a carbon spar and the right speed). The 3D printing gear section lists the printer and filament I reach for, and the Airplane Designer is where a printable plane starts.