From: Ian Jackson Date: Sat, 6 Feb 2016 19:23:51 +0000 (+0000) Subject: commitid-layering-test: move cylinder out of Body() (nfc) X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=52999a96d79487b752de326210dd6e7ec8bf13e5;hp=d4563676cf0c47f8a49a861d9663c6990689fd0c;p=reprap-play.git commitid-layering-test: move cylinder out of Body() (nfc) --- 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();