From 52999a96d79487b752de326210dd6e7ec8bf13e5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 6 Feb 2016 19:23:51 +0000 Subject: [PATCH] commitid-layering-test: move cylinder out of Body() (nfc) --- commitid-layering-test.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/commitid-layering-test.scad b/commitid-layering-test.scad index 3b33674..c988c98 100644 --- a/commitid-layering-test.scad +++ b/commitid-layering-test.scad @@ -12,9 +12,6 @@ module Body(){ mirror([0,0,1]) translate([basexpos, baseypos]) cube([basex, basey, baseh]); - - translate([-5, 6, 0]) - cylinder(r=4, h=3, $fn=20); } difference(){ @@ -24,6 +21,9 @@ difference(){ Commitid_BestCount([basex,basey], margin=3); } +translate([-6, 6, 0]) + cylinder(r=4, h=3, $fn=20); + echo("pause height (mm)", baseh+0.01); Commitid_FontDemo(); -- 2.30.2