Build Guides
Assembly, configuration, and calibration guides for Amalgam builds.
NoteReference Spec Values
Guides that use configuration variables (marked with *) render with the reference spec defaults: 220mm bed, Scaffold path, Triple-Z, MKS SKIPR. For a personalized build guide, run python scripts/wizard.py to generate your config.py, then render locally.
Guides
Printing & Identity
- Print Settings & Brand Guide* — Filament colors, fuzzy skin texture, logo pad color swaps, MDF painting
Assembly
- Frame Assembly* — Building the frame for your chosen path (Scaffold, Mill, or Lathe)
Firmware
- Klipper Configuration* — Klipper setup, Input Shaping, Pressure Advance, Triple-Z config
Calibration & Maintenance
- Calibration Guide — PID tuning, Z-offset, flow calibration, bed mesh
- Calibration Cheatsheet — Quick reference for common calibration procedures
- Maintenance & Setup — Ongoing maintenance, belt tension, lubrication, checks
Personalized Assembly Manual
The full step-by-step assembly manual is generated locally from your config.py and is not published on this website. To generate it:
python scripts/wizard.py # configure your build
python scripts/export_config.py > docs/_variables.yml # export variables
cd docs && quarto render # render locallyThis produces assembly instructions tailored to your specific donors, bed size, frame path, and electronics.