chiark / gitweb /
commitid.scad.pl: Rename to _2D (nfc)
[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, -0.01])
9   cube([31, 20, baseh + 0.01]);
10
11 linear_extrude(height= Commitid_depth() + 0.1)
12   Commitid_FontDemo_2D();
13
14 translate([-5, 6, 0])
15   cylinder(r=4, h=3, $fn=20);