From c715d551a6a484c0857dd4521100563c47caa0e5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 5 Feb 2016 02:16:11 +0000 Subject: [PATCH] commitid-cube-test: TT test - fix bottom mirror --- commitid-cube-test.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commitid-cube-test.scad b/commitid-cube-test.scad index a1ca46b..a5251a4 100644 --- a/commitid-cube-test.scad +++ b/commitid-cube-test.scad @@ -42,7 +42,7 @@ module TT () { ////toplevel cube([w, sz, sz]); } translate([0,sz,0]) rotate([90,0,-90]) FD(); - translate([0,0,-t]) rotate([0,0,0]) FD(); + translate([w,0,-t]) rotate([0,180,0]) FD(); translate([w,0,0]) rotate([0,0,0]) FD(); } translate([w,0,0]) rotate([90,0,90]) FD(); -- 2.30.2