Skip to content

Releases: MvdB/OrgBricks

v1.0.0 — Initial Release

08 Mar 21:52

Choose a tag to compare

First public release of the LEGO Text Brick Generator.

What's included

  • make_bricks.py — generates per-person wrapper .scad files from a CSV and renders them to STL via OpenSCAD
  • LEGOTextBrick-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 openscad

See README for full documentation.