chiark / gitweb /
doveclippin height configurable
[reprap-play.git] / doveclip.scad
index 8d632ad05166fc51b711f4f87193e47914060373..6ff68f99e344e5e5bde9aca74eca8237ef32ea9d 100644 (file)
@@ -5,14 +5,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]) {