X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=doveclip.scad;h=b3e80a5b42fc21394b6531c4c92010b12ba045c0;hp=589db5e5094d1df518365572d0e34a5a74c677a6;hb=20acb3fe67abe696b31ff6595179a3fcab5481cc;hpb=2daba192f31dc1d70566a60cb25691f18304cbb3 diff --git a/doveclip.scad b/doveclip.scad index 589db5e..b3e80a5 100644 --- a/doveclip.scad +++ b/doveclip.scad @@ -32,8 +32,8 @@ module DoveClipPin(h=height) { } } -function DoveClip_depth(baseextend) = - basethick + nomrad*2 + toothheight + baseextend; +function DoveClip_depth() = + basethick + nomrad*2 + toothheight; function DoveClip_width() = nomrad*2 + jawthick*2 + toothgap; @@ -71,6 +71,6 @@ module DoveClipPairBase(baseextend=0.1, h=7) { module DoveClipPairSane(baseextend=0, h=7) { rotate([0,0,90]) - translate([0, DoveClip_depth(baseextend=0), 0]) + translate([0, DoveClip_depth(), 0]) DoveClipPairBase(baseextend=baseextend, h=h); }