From 273e49e7dce8b1ee2834804073d2803049cbc55c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 5 Feb 2016 16:16:59 +0000 Subject: [PATCH] commitid-cube-test: Provide rotated TTWall too --- commitid-cube-test.scad | 1 + 1 file changed, 1 insertion(+) 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()), -- 2.30.2