guitar

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

commit
30238f4
parent
2a32d98
author
Neale Pickett
date
2026-03-09 07:47:40 -0600 MDT
Orient correctly for printing
1 files changed,  +1, -1
M nut.scad
+1, -1
1@@ -23,7 +23,7 @@ totalSpace = size.x - sum(stringDiameters);
2 padding = totalSpace / numCourses / (2 + (gap*(stringsPerCourse-1)));
3 gapPadding = padding * gap;
4 
5-difference() {
6+rotate([-90, 0, 0]) difference() {
7   $fn = 180; // 180 faces per complete circle is good enough for printing
8 
9   // this is the part you'd buy from the supply store