Skip to content

LeeHeap/Klipper-config

Repository files navigation

Voron 2.4 350mm — Klipper Configuration

Automated backup of the Klipper printer configuration for a Voron 2.4 350mm CoreXY 3D printer.


About This Printer

The Voron 2.4 is a fully enclosed, high-performance CoreXY 3D printer designed by the Voron Design community for self-sourcing and self-assembly. The 350mm variant has a 350×350×340mm build volume. It uses a fixed bed with a flying gantry levelled via four independent Z motors (Quad Gantry Level), and is optimised for printing engineering materials such as ABS and ASA at elevated chamber temperatures.

This specific build is serial number V2.3902, built and maintained by Lee. It has been significantly modified from the stock build — see Hardware Mods below.


Hardware

Component Detail
Host Raspberry Pi 4B (4 GB)
Mainboard BTT Octopus (STM32F446) via USB
Toolhead Board BTT EBB36 (STM32G0B1) via CAN bus at 1 Mbps
Extruder Clockwork 2 (50:10 gear ratio)
Probe Voron TAP (nozzle contact)
Accelerometer ADXL345 on EBB36
Touchscreen 4.3" Waveshare DSI LCD (KlipperScreen)

Software Stack

Component Purpose
Klipper Printer firmware host — runs on the Pi, controls all MCUs
Moonraker REST API server — bridges Klipper to web interfaces and integrations
Fluidd Web UI (port 80 via Nginx)
KlipperScreen Touchscreen interface on the 4.3" DSI display
Crowsnest Webcam streaming (camera-streamer + WebRTC)
Moonraker-Timelapse Per-print timelapse generation
Katapult CAN bootloader on EBB36 for over-the-wire firmware flashing
WLED LED controller firmware on internal ESP8266 — 8-preset status lighting
Claude (Anthropic) AI print monitoring — analyses webcam feed for failures, anomalies, and print quality in a dedicated LXC container on the Proxmox host

Hardware Mods

Toolhead & Motion

Mod Description
Voron TAP Nozzle-contact probing — the nozzle itself is the probe, eliminating Z offset drift
Stealthburner Replacement printhead with integrated RGBW LED status lighting and improved part cooling
Clockwork 2 Direct-drive extruder integrated into the Stealthburner carriage (50:10 gear ratio)
Titanium Gantry Backers Titanium extrusion backers on the X/Y gantry rails to counteract thermal expansion and maintain gantry geometry at elevated chamber temps
GE5C Z Joint Bearings Spherical GE5C bearings at the gantry Z joints (by hartk1213) — eliminates binding and improves QGL repeatability

Bed & Chamber

Mod Description
Bed Fans Bed-mounted fans (by Ellis) for active chamber heating — circulate hot air from the bed heater to reach chamber temp faster
Nozzle Brush & Purge Bucket Purge bucket and silicone brush for nozzle cleaning before probing and printing
Exhaust Cover Replaces the stock exhaust housing with a clean blanking plate including a threaded insert for a bowden tube passthrough — retains chamber heat while allowing rear filament routing (custom mod)

Panels & Access

Mod Description
Removable Doors Tool-free magnetic removable front doors (by ElPoPo)
Removable Panels Full kit for tool-free removable side and top panels (by VictorMateusO)
Deck Panel Support Clips Reinforcement clips for the deck panel (by wile-e1) — prevents flex and rattle
Hidden Cable Routing Z Belt Covers Replaces stock Z belt covers with versions that integrate cable routing channels (by Akio)
2020 Profile Covers Snap-on covers for exposed aluminium extrusion ends — cosmetic and safety

Electronics & Sensing

Mod Description
BTT EBB36 CAN Toolboard CAN bus toolhead board — reduces umbilical wiring to a single 4-wire cable carrying power and CAN data
Internal ESP8266 (WLED) ESP8266 running WLED firmware for addressable LED control — 8 print-status presets (idle, heating, printing, homing, etc.)
Top-Mounted LED Corner Strips Redesigned 15.5mm quarter-round corner mounts for WS2812B+ LED strips — adds optional Voron logo insert, cable passthrough from top to vertical extrusion, and R2 idler compatibility (custom mod)
Skirt Buttons Microswitch button enclosures that mount in the Voron skirt — snap-fit, no extra hardware, used for Klipper macro triggers and lighting control (custom mod)
4.3" Waveshare DSI Touchscreen DSI-connected touchscreen displaying KlipperScreen — mounted on the rear of the printer
Internal Logitech C920 Webcam Top-mounted USB webcam for print monitoring and timelapse
Internal Arducam IMX179 Webcam Rear-mounted 8MP USB webcam (port 8081) for a second monitoring angle
Rear Filament Runout Sensor Switch-based filament sensor — triggers M600 filament change on runout

Automated Backup

Configs are committed to this repo automatically via two triggers:

  • On every Klipper startup (1-second delayed gcode macro)
  • Nightly cron job (midnight)

Commits include Klipper, Moonraker, and Fluidd version strings in the commit message.


Known Issues

Z_OFFSET_APPLY_PROBE is broken with Voron Tap

Klipper's built-in Z_OFFSET_APPLY_PROBE applies baby-step adjustments with the wrong sign when used with Voron Tap. Use the custom SAVE_Z_OFFSET macro instead. See Z_OFFSET_TAP_BUG.md for full explanation and correct workflow.


Repository Structure

├── printer.cfg                 # Main config — MCUs, steppers, heaters, probe, fans, sensors
├── moonraker.conf              # Moonraker API, update manager, WLED, timelapse
├── crowsnest.conf              # Webcam configuration
├── KlipperScreen.conf          # Touchscreen UI, preheat presets, custom menus
├── timelapse.cfg → (symlink)   # Timelapse macros
├── scripts/
│   └── github-backup.sh        # Automated git commit & push script
├── common/                     # Reusable macros
│   ├── calibrate_pa.cfg        # Pressure advance calibration print
│   ├── cancel_print.cfg        # Cancel override
│   ├── github_backup.cfg       # Shell command for backup macro
│   ├── m600.cfg                # Filament change (M600 → PAUSE)
│   ├── pause.cfg               # Pause with z-hop and park
│   ├── print_end.cfg           # End routine (retract, park, timelapse frame)
│   ├── resume.cfg              # Resume with prime
│   └── startup.cfg             # Boot: auto-backup config, LEDs off
└── voron/                      # Voron-specific macros
    ├── bedfans.cfg             # Automatic bed fan control (slow/fast by temp)
    ├── filament_sensor.cfg     # Disable sensor on boot (enabled in PRINT_START)
    ├── g32.cfg                 # Home + QGL + Home + Centre
    ├── idle_timeout.cfg        # 30 min → SLEEP
    ├── nozzle_scrub.cfg        # Purge bucket & brush macro (350mm)
    ├── print_start.cfg         # Full start sequence
    ├── smarthome.cfg           # HOME_IF_NEEDED conditional homing
    ├── speed_test.cfg          # Diagonal speed test
    ├── stealthburner_leds.cfg  # SB LED status macros
    └── wled_lights.cfg         # WLED case light control

Disaster Recovery

See DISASTER_RECOVERY.md for complete rebuild instructions including OS setup, CAN bus configuration, MCU firmware build settings, and all known gotchas.

Packages

 
 
 

Contributors

Languages