Releases: MvdB/OrgBricks
Releases · MvdB/OrgBricks
v1.0.0 — Initial Release
First public release of the LEGO Text Brick Generator.
What's included
make_bricks.py— generates per-person wrapper.scadfiles from a CSV and renders them to STL via OpenSCADLEGOTextBrick-v2p1.scad— OpenSCAD template by Lyl3 (CC BY-SA 4.0)dummy.csv— example input
Requirements
- Python 3.8+
- OpenSCAD (any recent version)
Usage
python make_bricks.py --csv dummy.csv --template LEGOTextBrick-v2p1.scad --outdir stl_out --openscad openscadSee README for full documentation.