From 8aae8386e3cf6c1f82d8826cb1f1a84514d45e7d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 6 Feb 2016 20:08:59 +0000 Subject: [PATCH] commitid-layering-test: do not print cylinder in mid-air (!) --- commitid-layering-test.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commitid-layering-test.scad b/commitid-layering-test.scad index bb6ab08..04d8c83 100644 --- a/commitid-layering-test.scad +++ b/commitid-layering-test.scad @@ -23,8 +23,8 @@ difference(){ cylinder(r=5, h=3, $fn=50); } -translate([-6, 6, 0]) - cylinder(r=4, h=3, $fn=50); +translate([-6, 6, -0.5]) + cylinder(r=4, h=3.5, $fn=50); echo("pause height (mm)", baseh+0.01); -- 2.30.2