chiark / gitweb /
fa75bf48555daa94cdf1be99c7281680e9a2e09f
[reprap-play.git] / commitid-layering-test.scad
1 // -*- C -*-
2
3 include <commitid.scad>
4
5 baseh= 1;
6
7 mirror([0,0,1])
8   translate([-8,-2, -0.01])
9   cube([17.5,10, baseh + 0.01]);
10
11 linear_extrude(height= 0.4 + 0.1)
12   Commitid_FontDemo();
13
14 translate([-4,3,0])
15 cylinder(r=3, h=3);