X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=commitid-layering-test.scad;fp=commitid-layering-test.scad;h=0e0ea51c4ae0d6133fb2f337209d9a60af07f489;hb=e5f6e53a9f6a4b50d8ddf74eae46337ada87bbd7;hp=0000000000000000000000000000000000000000;hpb=23fa78caadadc497688db91a01f1c2348eb46f30;p=reprap-play.git 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);