chiark / gitweb /
some // C comments
[reprap-play.git] / doveclip.scad
index 8d632ad05166fc51b711f4f87193e47914060373..495d0e5de5622572fb01281a3553738a1b759ddf 100644 (file)
@@ -1,3 +1,5 @@
+// -*- C -*-
+
 toothheight = 1.2;
 webthick = 1.8;
 height = 7;
@@ -5,14 +7,14 @@ pindepth = 10;
 nomrad = height/2 - toothheight;
 minrad = nomrad - 0.5;
 maxrad = nomrad + 0.5;
+jawthick = 1.5;
 
 webgap = 0.4;
 
 toothgap = webthick + webgap*2;
 basethick = toothheight;
-jawthick = toothheight;
 
-module DoveClipPin() {
+module DoveClipPin(height=height) {
   translate([0,0, height/2]) intersection(){
     union(){
       for (m=[0,1]) {