Disclaimer: This is an independent resource site. Not affiliated with the Voron project or its development team.

Voron Stealthburner Toolhead — Complete Build and Setup Guide

Toolhead Stealthburner Build Upgrade

The Stealthburner is the latest official Voron toolhead, designed to replace the Afterburner. Released in late 2022 after extensive community beta testing, it improves cooling, reduces weight, simplifies filament loading, and adds support for modern hotends and toolhead PCBs. If you're building a new Voron or upgrading from an Afterburner, this guide walks you through the complete assembly, wiring, and Klipper configuration process. Last updated: May 2025.

The Stealthburner is not a single part — it's a modular system. The extruder (Clockwork 2), the fan duct (standard or LED), the hotend carriage, and the probe mount are all separate subassemblies that bolt together. Understanding how they interact is the key to a clean build.

What is the Stealthburner?

The Stealthburner is Voron Design's third-generation toolhead. Compared to the original Afterburner (2019) and the Mini Afterburner (V0), the Stealthburner offers:

Parts List

Before starting, gather all components. The Stealthburner requires 3D-printed parts (PETG or ABS), hardware, and electronics. You can source the printed parts from your own printer or from China-direct vendors.

Printed Parts

Hardware Kit

Electronics

Assembly Sequence

Build in this order — each subassembly connects to the next, and going out of sequence means disassembling work you've already done.

Step 1: Insert Heat-Set Inserts

All printed parts have designated holes for M3 heat-set inserts. Use a soldering iron at 230-260°C (for PETG) or 280-300°C (for ABS). Press each insert straight down, holding pressure for 3-5 seconds after it seats. Do not tilt — a crooked insert will strip during screw installation. Install all inserts before any other assembly step.

Step 2: Clockwork 2 Extruder

The CW2 is a direct-drive extruder with a single drive gear pressed onto the NEMA14 motor shaft and an idler bearing on the tension arm. Filament is pinched between the drive gear and the bearing.

CW2 gear reduction note: Unlike the CW1 which used a 7:1 planetary gear reduction, the CW2 is direct-drive — the motor shaft is also the drive gear shaft. This means one motor revolution = one gear revolution. The BMG-style gear pair (drive gear + idler bearing) provides the effective gear ratio through the difference in gear diameters, giving approximately 3:1 mechanical advantage. This is more than sufficient for 1.75mm filament extrusion and reduces the total gear train friction significantly.

Step 3: Hotend Carriage and Installation

The hotend carriage is a printed block that mounts the heat sink, heat break, radiator, and nozzle. Different carriages exist for each hotend type.

Step 4: Fans and Fan Duct

The Stealthburner uses two separate fan systems: a hotend fan (axial) that cools the heat sink fins, and two part cooling fans (blowers) that direct air at the printed part.

Step 5: Probe Mount

The Stealthburner supports multiple probe systems:

Wiring — SB2040 and CANBus

The SB2040 is Voron's recommended toolhead board. It mounts inside the Stealthburner body and connects all toolhead components to a single CANBus or serial cable back to the mainboard. This eliminates the heavy cable bundle that the Afterburner required.

SB2040 Wiring Map

SB2040 Connector Pinout:
- MOT0 (Extruder): 4-pin JST-XH — A+/A-/B+/B- to NEMA14
- H0 (Heater): 2-pin JST-XH — heater cartridge (+/-)
- TH0 (Thermistor): 2-pin JST-XH — NTC 100K thermistor
- FAN0 (Hotend fan): 2-pin JST-SH — 4010 axial fan
- FAN1/FAN2 (Part cooling): 2x 2-pin JST-SH — blower fans (parallel)
- PROBE: 3-pin JST-SH — signal, GND, VCC (for Klicky or Euclid)
- RGB: 3-pin JST-SH — 5V, GND, data (for LED fan duct)

CANBus vs USB vs Serial: The SB2040 connects to the mainboard via a single 4-pin JST-GH cable for CANBus. This carries both power (24V) and data over the CAN protocol. Alternatively, connect via USB-C (direct to the SBC) or UART serial (to the mainboard). CANBus is the cleanest option — one slim cable replaces 8-12 individual wires. The trade-off is that CANBus requires a transceiver on the mainboard side (USB-to-CAN adapter or integrated CAN on the mainboard).

Wiring sequence:

  1. Mount the SB2040 on its printed bracket inside the Stealthburner body
  2. Screw in the toolhead PCB bracket with M3x8 screws
  3. Connect the extruder motor wires to MOT0 — match wire colors to the motor datasheet
  4. Connect the heater cartridge to H0 — polarity doesn't matter for resistive heaters
  5. Connect the thermistor to TH0 — polarity doesn't matter for NTC thermistors
  6. Connect the hotend fan to FAN0, part cooling fans to FAN1 and FAN2
  7. Route all wires through the strain relief channels in the Stealthburner body
  8. Secure the CANBus cable with the included clip to prevent connector strain

Klipper Configuration for Stealthburner

Once the hardware is assembled, the Klipper config needs to be set up for the Stealthburner-specific components.

Extruder (CW2)

[extruder]
step_pin: SB2040: MOT0_STEP
dir_pin: SB2040: MOT0_DIR
enable_pin: !SB2040: MOT0_EN
rotation_distance: 7.53  # BMG gear set value
microsteps: 16
full_steps_per_rotation: 200  # Standard NEMA17
nozzle_diameter: 0.400
filament_diameter: 1.750
heater_pin: SB2040: H0
sensor_type: Generic 3950
sensor_pin: SB2040: TH0
control: pid
pid_Kp: 21.527
pid_Ki: 1.063
pid_Kd: 108.987
min_temp: 0
max_temp: 300
pressure_advance: 0.040  # Start value, calibrate per filament

Rotation distance for CW2: The standard value for a BMG gear set is rotation_distance: 7.53. This corresponds to the effective circumference of the drive gear. If you're using an aftermarket gear set, calibrate this value by extruding 100mm of filament and measuring actual extrusion — adjust proportionally.

Fan Configuration

[heater_fan hotend_fan]
pin: SB2040: FAN0
heater: extruder
heater_temp: 50.0
max_power: 1.0

[fan_generic part_cooling_fan]
pin: SB2040: FAN1
max_power: 1.0
shutdown_speed: 0.0

Note: If using two separate part cooling fan ports on the SB2040, wire both fans to FAN1 (use a Y-splitter cable). FAN2 can be repurposed for chamber exhaust or an additional hotend fan if needed.

Probe Configuration (Klicky Example)

[probe]
pin: ^SB2040: PROBE
x_offset: 0.0
y_offset: 20.0  # Adjust based on probe mount position
z_offset: 0.0
speed: 10.0
samples: 3
samples_result: median
sample_retract_dist: 5.0

Cooling Performance and Weight Comparison

How does the Stealthburner stack up against other toolheads?

Toolhead Weight (g) Part Cooling Extruder Type Max Accel (V2.4 300mm)
Afterburner (CW1) ~320 Single 4010 blower Worm gear (7:1) 6,000-8,000
Stealthburner (CW2) ~280 Dual 4010 blowers Direct drive (gear pair) 8,000-10,000
Dragon Burner (Huvud) ~240 Single 5015 blower Direct drive (gear pair) 10,000-12,000

The Stealthburner strikes the best balance for most Voron users. The Dragon Burner is lighter (better for high-speed printing on V2.4) but lacks the integrated probe mounting and CANBus routing that the Stealthburner offers. The Afterburner is bulkier and uses an outdated worm-gear extruder that introduces backlash. For 95% of Voron builds, the Stealthburner with CW2 is the right choice.

Final Checks Before First Print

  1. Verify nozzle protrusion is 1.5mm — measure with calipers
  2. Manually rotate the extruder gear — should spin freely with no binding
  3. Turn on hotend fan via Klipper — verify airflow direction (toward heat sink)
  4. Test part cooling fans — both blowers should spin freely with no scraping
  5. Heat the hotend to 200°C and extrude 50mm of filament — verify consistent extrusion
  6. Run PID_CALIBRATE HEATER=extruder TARGET=240 — the Stealthburner's airflow changes thermal behavior, and the default PID values may need tuning
  7. Print a first-layer test to verify Z offset with the new toolhead weight distribution

Building the Stealthburner is a satisfying upgrade that improves both print quality and reliability. Take your time on the CW2 gear installation and nozzle protrusion measurement — those two details cause the most post-build issues. Once dialed in, the Stealthburner will run for thousands of hours with minimal maintenance.

Need Stealthburner Parts?

China-direct sourcing for complete Stealthburner hardware kits including CW2 gears, NEMA14 motors, 4010 fans, SB2040 toolhead boards, and hotend carriages. All components verified for Voron compatibility with competitive pricing.

Shop Tested Components →