guitar

3D printable guitar parts
git clone https://git.woozle.org/neale/guitar.git

commit
2a32d98
parent
5b5c897
author
Neale Pickett
date
2026-03-09 07:45:49 -0600 MDT
Pretty good mandolin nut
2 files changed,  +9, -1
M Makefile
+4, -1
1@@ -1,4 +1,7 @@
2-all: nut.tenor-guitar.3mf nut.irish-bouzouki.3mf tuner-plate.3mf
3+all: nut.tenor-guitar.3mf
4+all: nut.irish-bouzouki.3mf
5+all: nut.mandolin.3mf
6+all: tuner-plate.3mf
7 
8 %.3mf: %.scad
9 	openscad -o $@ $<
M nuts.json
+5, -0
 1@@ -12,6 +12,11 @@
 2             "size": "[32.4, 4.2, 7.4]",
 3             "stringsPerCourse": "2",
 4             "strings": "[12, 12, 18, 18, 35, 35, 45, 45]"
 5+        },
 6+        "mandolin": {
 7+            "size": "[28, 5, 7.3]",
 8+            "stringsPerCourse": "2",
 9+            "strings": "[10, 10, 14, 14, 24, 24, 34, 34]"
10         }
11     }
12 }