A streamlined tool to convert LDraw (.ldr, .mpd) Lego models into 3D printable .obj files. It automatically separates parts by color, strengthens studs for printing, and generates step-by-step building instructions.
- One-Drag Conversion: Drag and drop your
.ldrfile onto the executable/script to convert. - Diet Blender: Bundles a stripped-down, lightweight version of Blender 4.5 (~700MB).
- Auto-Strengthening: Welds studs to brick bodies to prevent snapping during printing.
- Smart Organization: Exports parts into folders named by their color code.
- Building Instructions: Optionally generates high-quality PNG images of each building step (and soon PDF manuals!).
This project relies on:
- Blender (GPLv3): https://www.blender.org
- ImportLDraw (GPLv2) by TobyLobster: https://github.com/TobyLobster/ImportLDraw
- xhtml2pdf (Apache 2.0): https://github.com/xhtml2pdf/xhtml2pdf
- ReportLab (BSD): https://www.reportlab.com
This project is licensed under GPLv3.
- Download the latest release.
- Drag and drop your
.ldrfile ontoLDraw2Print.bat. - Follow the prompt to generate building instructions (y/n).
- Find your exported 3D files in
export_output. - Building Manual: Open
export_output/instructions/manual.htmlin your browser. To save as PDF, pressCtrl + Pand select "Save as PDF".