From 5a3abe1e25f02e196815ecb50a7b03fd58c3dc65 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 6 Feb 2016 19:25:48 +0000 Subject: [PATCH] commitid-layering-test: add moat around cylinder to show XY registration --- commitid-layering-test.scad | 3 +++ 1 file changed, 3 insertions(+) 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]) -- 2.30.2