chiark / gitweb /
commitid-layering-test: adjust 0.1 overlaps to be sane; removes bug which made letter...
[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([-12, -4])
9   cube([31, 20, baseh]);
10
11 translate([0,0,-0.1])
12 linear_extrude(height= Commitid_depth() + 0.1)
13   Commitid_FontDemo_2D();
14
15 translate([-5, 6, 0])
16   cylinder(r=4, h=3, $fn=20);