From: Ian Jackson Date: Fri, 5 Feb 2016 16:15:16 +0000 (+0000) Subject: commitid-cube-test: Move out what will become TTWall (nfc) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=5d5e5353cb14f50ea10e76ea483f8b95e3a4c582 commitid-cube-test: Move out what will become TTWall (nfc) --- diff --git a/commitid-cube-test.scad b/commitid-cube-test.scad index 1d81d10..2c21179 100644 --- a/commitid-cube-test.scad +++ b/commitid-cube-test.scad @@ -37,19 +37,24 @@ module TT () { ////toplevel union(){ translate([-sz, 0, -t]) cube([sz*2 + w, sz, t]); - translate([0, 0, -0.1]) - cube([w, sz, sz - t + 0.1]); } - translate([0,sz,0]) rotate([90,0,-90]) FD(); translate([w,0,-t]) rotate([0,180,0]) FD(); translate([w,0,0]) rotate([0,0,0]) FD(); + } + translate([-sz,0,0]) rotate([0,0,0]) FD(); + + difference(){ + translate([0, 0, -0.1]) + cube([w, sz, sz - t + 0.1]); + + translate([0,sz,0]) rotate([90,0,-90]) FD(); + translate([0, sz, 0]) rotate([90, 0, -90]) translate(fdo + [0, -ru*2, -d]) cube([fdsz[0], ru, d*2]); } translate([w,0,0]) rotate([90,0,90]) FD(); - translate([-sz,0,0]) rotate([0,0,0]) FD(); translate([0, sz+d, 0]) rotate([90,0,0])