Firmware configurations, slicer profiles, build history, and original photography from a collection of heavily modified and custom-built 3D printers.
Quick navigation:
Explore the Builds | Configuration Library | Usage Warnings | License
Every machine keeps firmware, macros, board variants, and slicer profiles inside its own code directory.
| Project | What's included | Files |
|---|---|---|
| ZeroG Hydra | Klipper configuration, macros, Beacon setup, RGB control, adaptive bed mesh, and OrcaSlicer profile | 6 |
| Delta 3D Printer | Four printer revisions covering TMC2209 and closed-loop motor setups, plus sample macros | 5 |
| Voron V0.2990 | Fly Gemini V3 and BTT M8P configurations, modular Klipper files, and OrcaSlicer profile | 17 |
| SnakeOil KP3S | Modular Klipper configuration for motion, extrusion, probing, fans, and thermistors | 9 |
| CitytechClay | Clay-printer configuration, extrusion, pump, macro, and timelapse files; archive not included in this checkout | 5 |
| RatRig V-Core 3 500 | Printer configuration and OrcaSlicer profile | 2 |
| Justin Voron 2.4 | Stock and modified printer configurations | 2 |
| Testbench | Minimal development configuration | 1 |
Repository layout
3DPrinters/
├── ZeroG/
│ ├── README.md # Build story and gallery
│ ├── images/ # Archived project photography
│ └── code/ # Klipper + OrcaSlicer files
├── Delta/
│ ├── README.md
│ ├── images/
│ └── code/
├── Voron V0.2990/
│ ├── README.md
│ ├── images/
│ └── code/
└── other printers/
└── code/ # Machine-specific configurations
Caution
These files were written for specific custom machines. Do not copy a configuration directly to another printer without checking its hardware.
At minimum, verify:
- MCU pin assignments and stepper direction
- Thermistor and temperature-sensor types
- Heater limits, power control, and thermal protection
- Bed dimensions, axis limits, and homing behavior
- Stepper currents, microsteps, rotation distances, and gearing
- Probe offsets, safe Z movement, and emergency shutdown behavior
This repository is available under the Creative Commons Attribution 4.0 International License. Third-party projects, trademarks, and linked resources remain under their own terms.


