My Gridfinity models
1# Gridfinity
2
3Custom [Gridfinity](https://gridfinity.xyz/) models, built with
4[OpenSCAD](https://openscad.org/) and the
5[gridfinity-rebuilt-openscad](https://github.com/kennetek/gridfinity-rebuilt-openscad)
6library.
7
8## Models
9
10| Model | | Description | MakerWorld |
11|-------|---|-------------|------------|
12| [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) |
13| [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 |
14
15## Building
16
17Requires `openscad-nightly`. The Makefile generates all pegboard shelf size
18variants (1x1 through 8x2) as `.3mf` files with preview images:
19
20```
21make # build all models and images
22make clean # remove generated files
23```