chiark / gitweb /
commitid-layering-test.scad: wip
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 4 Feb 2016 19:31:38 +0000 (19:31 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 4 Feb 2016 19:31:38 +0000 (19:31 +0000)
commitid-layering-test.scad [new file with mode: 0644]

diff --git a/commitid-layering-test.scad b/commitid-layering-test.scad
new file mode 100644 (file)
index 0000000..0e0ea51
--- /dev/null
@@ -0,0 +1,15 @@
+// -*- C -*-
+
+include <commitid.scad>
+
+baseh= 2;
+
+mirror([0,0,1])
+  translate([-8,-2, -0.01])
+  cube([17.5,10, baseh + 0.01]);
+
+linear_extrude(height= 0.4 + 0.1)
+  Commitid_FontDemo();
+
+translate([-4,3,0])
+cylinder(r=3, h=3);