Added threads

This commit is contained in:
Chris Palmer 2020-02-22 21:27:51 +00:00
parent 0cd89279a5
commit c4eea38a2b
1 changed files with 5 additions and 0 deletions

View File

@ -186,6 +186,11 @@ module extrusionSlidingNut(size, tabSizeY1, tabSizeY2, tabSizeZ, holeRadius, hol
circle(holeRadius);
}
thread_d = 2 * holeRadius;
if(show_threads)
translate([holeOffset, 0])
female_metric_thread(thread_d, metric_coarse_pitch(thread_d), size[2], center = false);
// add the side tabs
for(m = [0, 1])
mirror([0, m, 0])