From e5f6e53a9f6a4b50d8ddf74eae46337ada87bbd7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 4 Feb 2016 19:31:38 +0000 Subject: [PATCH] commitid-layering-test.scad: wip --- commitid-layering-test.scad | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 commitid-layering-test.scad diff --git a/commitid-layering-test.scad b/commitid-layering-test.scad new file mode 100644 index 0000000..0e0ea51 --- /dev/null +++ b/commitid-layering-test.scad @@ -0,0 +1,15 @@ +// -*- C -*- + +include + +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); -- 2.30.2