From: Ian Jackson Date: Sat, 15 Sep 2012 16:43:08 +0000 (+0100) Subject: dovecliptest wip X-Git-Tag: filamentspool-v2-release~881 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=702d0bea2fc687a577b17cab523a61dfec00a6f7;p=reprap-play.git dovecliptest wip --- diff --git a/dovecliptest.scad b/dovecliptest.scad index 221e867..da30101 100644 --- a/dovecliptest.scad +++ b/dovecliptest.scad @@ -25,4 +25,28 @@ module DoveClipPin() { } } -DoveClipPin(); +module DoveClipEnd(baseextend=1, height=7) { + basethick = toothheight; + jawthick = toothheight; + cubex = nomrad*2 + jawthick*2; + cube0y = -basethick-nomrad*2-toothheight; + centrey = -basethick-nomrad; + difference(){ + translate([-cubex/2, cube0y, 0]) + cube([cubex, -cube0y+baseextend, height]); + translate([0, centrey, -1]) + cylinder($fn=20, r=nomrad, h=height+2); + translate([-toothgap/2, cube0y-1, -1]) + cube([toothgap, toothheight+nomrad+1, height+2]); + } +} + +for (x=[0,8]) + translate([x,0,0]) DoveClipEnd(); +translate([-4,0,0]) + cube([16,5,7]); + +//DoveClipPin(); + +//translate([-10, +//cube([