From 4c020aa3dd635478e9de82a1c01f1417f4958a1a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 5 Feb 2016 03:34:32 +0000 Subject: [PATCH 1/1] commitid-layering-test.scad: use 3D version --- commitid-layering-test.scad | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/commitid-layering-test.scad b/commitid-layering-test.scad index 1126073..dc9dfcc 100644 --- a/commitid-layering-test.scad +++ b/commitid-layering-test.scad @@ -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); -- 2.30.2