···11+# Gridfinity
22+33+Custom [Gridfinity](https://gridfinity.xyz/) models, built with
44+[OpenSCAD](https://openscad.org/) and the
55+[gridfinity-rebuilt-openscad](https://github.com/kennetek/gridfinity-rebuilt-openscad)
66+library.
77+88+## Models
99+1010+| Model | Description | MakerWorld |
1111+|-------|-------------|------------|
1212+| [Pegboard Shelf](pegboard-shelf.scad) | Gridfinity baseplate that mounts to standard 1" pegboard via J-hooks. Parametric from 1x1 to 8x2 grid units, with a 10° forward tilt for bin visibility. | [MakerWorld](https://makerworld.com/en/models/2502281-gridfinity-pegboard-shelves) |
1313+| [Plastic Drawer Bottom](plastic-drawer-bottom.scad) | 8-unit wide baseplate sized to fit inside a standard plastic drawer (240mm). Includes magnet holes with crush ribs. | TBD |
1414+1515+## Building
1616+1717+Requires `openscad-nightly`. The Makefile generates all pegboard shelf size
1818+variants (1x1 through 8x2) as `.3mf` files with preview images:
1919+2020+```
2121+make # build all models and images
2222+make clean # remove generated files
2323+```