# Gridfinity Custom [Gridfinity](https://gridfinity.xyz/) models, built with [OpenSCAD](https://openscad.org/) and the [gridfinity-rebuilt-openscad](https://github.com/kennetek/gridfinity-rebuilt-openscad) library. ## Models | Model | | Description | MakerWorld | |-------|---|-------------|------------| | [Pegboard Shelf](pegboard-shelf.scad) | ![](pegboard-shelf.png) | 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) | | [Plastic Drawer Bottom](plastic-drawer-bottom.scad) | ![](plastic-drawer-bottom.png) | 8-unit wide baseplate sized to fit inside a standard plastic drawer (240mm). Includes magnet holes with crush ribs. | TBD | ## Building Requires `openscad-nightly`. The Makefile generates all pegboard shelf size variants (1x1 through 8x2) as `.3mf` files with preview images: ``` make # build all models and images make clean # remove generated files ```