From: Ian Jackson Date: Thu, 4 Feb 2016 19:31:38 +0000 (+0000) Subject: commitid-layering-test.scad: wip X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=e5f6e53a9f6a4b50d8ddf74eae46337ada87bbd7;ds=sidebyside commitid-layering-test.scad: wip --- 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);