A parametric knob generator for metric bolts and nuts.
Go to file
mmcwilliams e0bfb8b57f Update the license and readme 2025-03-25 16:54:10 -04:00
img Initial commit 2025-03-25 16:48:27 -04:00
scad Initial commit 2025-03-25 16:48:27 -04:00
stl Initial commit 2025-03-25 16:48:27 -04:00
.gitmodules Initial commit 2025-03-25 16:48:27 -04:00
LICENSE Update the license and readme 2025-03-25 16:54:10 -04:00
README.md Update the license and readme 2025-03-25 16:54:10 -04:00
scad.sh Initial commit 2025-03-25 16:48:27 -04:00

README.md

Knobs

This repo contains a parametric knob generator for quickly generating tactile knobs for standard metric bolts and nuts.

Example

use <./scad/knob.scad>;

knob(H = 10, D = 14, DEPTH = 4, BOLT = "M4", TYPE = "hex");

This will generate a knob that is 10mm high, has a diameter of 14m and takes M4 hex hardware that sits 4mm from the bottom. An M4 bolt can be dropped in, or an M4 nut.