X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=commitid-cube-test.scad;h=0a5f21a5dc1056588a3a1784df63cf577fe68567;hp=e8d469a87e3eec853e182445dcfd82c0b3022f65;hb=37e6240dbeb35539d789f702ebb41d2cae072a6d;hpb=9d43adfc856993882cfade40275d28d1432e3fe7 diff --git a/commitid-cube-test.scad b/commitid-cube-test.scad index e8d469a..0a5f21a 100644 --- a/commitid-cube-test.scad +++ b/commitid-cube-test.scad @@ -56,6 +56,9 @@ module TT () { ////toplevel translate([0,0,-t]) rotate([0,180,0]) FD(); translate([w,0,0]) rotate([0,0,0]) FD(); + + translate([(sz+w), 0, -t]) rotate([0,180,0]) + Commitid_BestCount([sz+w, sz]); } translate([-sz,0,0]) rotate([0,0,0]) FD();