From: Ian Jackson Date: Fri, 5 Feb 2016 16:16:59 +0000 (+0000) Subject: commitid-cube-test: Provide rotated TTWall too X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=273e49e7dce8b1ee2834804073d2803049cbc55c;p=reprap-play.git commitid-cube-test: Provide rotated TTWall too --- diff --git a/commitid-cube-test.scad b/commitid-cube-test.scad index 3da624c..861282d 100644 --- a/commitid-cube-test.scad +++ b/commitid-cube-test.scad @@ -60,6 +60,7 @@ module TT () { ////toplevel translate([-sz,0,0]) rotate([0,0,0]) FD(); TTWall(); + translate([0,0,-t]) rotate([90,0,0]) TTWall(); } echo("pixelsz:", str(Commitid_pixelsz()),