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=3da624c53922a1420ce6cb9a7ac18d716105e5fa;hb=0e516ff8b8cfb2664846004e74ec7d511b577f55;hpb=5f4b787f9c781d9fd24bcf36b58c9e161a25a2d3 diff --git a/commitid-cube-test.scad b/commitid-cube-test.scad index 3da624c..0a5f21a 100644 --- a/commitid-cube-test.scad +++ b/commitid-cube-test.scad @@ -54,12 +54,16 @@ module TT () { ////toplevel translate([-sz, 0, -t]) cube([sz*2 + w, sz, t]); - translate([w,0,-t]) rotate([0,180,0]) FD(); + 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(); TTWall(); + translate([0,0,-t]) rotate([90,0,0]) TTWall(); } echo("pixelsz:", str(Commitid_pixelsz()),