chiark / gitweb /
commitid-cube-test: TT test
[reprap-play.git] / commitid-layering-test.scad
index 0e0ea51c4ae0d6133fb2f337209d9a60af07f489..1bb94853c440c9ae1b21c844a0199617b4f903a7 100644 (file)
@@ -2,14 +2,18 @@
 
 include <commitid.scad>
 
-baseh= 2;
+baseh= 1;
+
+scale([2,2,1]) {
 
 mirror([0,0,1])
-  translate([-8,-2, -0.01])
-  cube([17.5,10, baseh + 0.01]);
+  translate([-6,-2, -0.01])
+  cube([15.5,10, baseh + 0.01]);
 
 linear_extrude(height= 0.4 + 0.1)
   Commitid_FontDemo();
 
-translate([-4,3,0])
-cylinder(r=3, h=3);
+translate([-2.5,3,0])
+  cylinder(r=2, h=3, $fn=20);
+
+}