chiark / gitweb /
commitid: print something to stderr
[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 Commitid_FontDemo();
12
13 translate([-5, 6, 0])
14   cylinder(r=4, h=3, $fn=20);