From: Ian Jackson Date: Sat, 6 Feb 2016 19:25:48 +0000 (+0000) Subject: commitid-layering-test: add moat around cylinder to show XY registration X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5a3abe1e25f02e196815ecb50a7b03fd58c3dc65;p=reprap-play.git commitid-layering-test: add moat around cylinder to show XY registration --- diff --git a/commitid-layering-test.scad b/commitid-layering-test.scad index e9c25b2..676fb04 100644 --- a/commitid-layering-test.scad +++ b/commitid-layering-test.scad @@ -19,6 +19,9 @@ difference(){ translate([basex + basexpos, basey + baseypos, -baseh]) rotate([0,0,180]) Commitid_BestCount([basex,basey], margin=3); + + translate([-6, 6, -0.4]) + cylinder(r=5, h=3, $fn=50); } translate([-6, 6, 0])