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