From e4042868b2b9ac64b04cbd2df50de89bb1b72b2b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 5 Feb 2016 03:33:13 +0000 Subject: [PATCH] commitid-layering-test: adjust 0.1 overlaps to be sane; removes bug which made letters 0.1 higher than they should have been --- commitid-layering-test.scad | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/commitid-layering-test.scad b/commitid-layering-test.scad index 4a4019e..1126073 100644 --- a/commitid-layering-test.scad +++ b/commitid-layering-test.scad @@ -5,9 +5,10 @@ include baseh= 1; mirror([0,0,1]) - translate([-12, -4, -0.01]) - cube([31, 20, baseh + 0.01]); + translate([-12, -4]) + cube([31, 20, baseh]); +translate([0,0,-0.1]) linear_extrude(height= Commitid_depth() + 0.1) Commitid_FontDemo_2D(); -- 2.30.2