chiark / gitweb /
commitid.scad.pl: make if into a block (nfc)
[reprap-play.git] / commitid-layering-test.scad
index 11260731033407d9847a282f4ec8dbb86495ed29..dc9dfcc27cb8fc7565602a2bebee5e04743d1597 100644 (file)
@@ -8,9 +8,7 @@ mirror([0,0,1])
   translate([-12, -4])
   cube([31, 20, baseh]);
 
-translate([0,0,-0.1])
-linear_extrude(height= Commitid_depth() + 0.1)
-  Commitid_FontDemo_2D();
+Commitid_FontDemo();
 
 translate([-5, 6, 0])
   cylinder(r=4, h=3, $fn=20);