chiark
/
gitweb
/
~ianmdlvl
/
reprap-play.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9efb177
)
commitid-layering-test: add moat around cylinder to show XY registration
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 6 Feb 2016 19:25:48 +0000
(19:25 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 6 Feb 2016 19:25:48 +0000
(19:25 +0000)
commitid-layering-test.scad
patch
|
blob
|
history
diff --git
a/commitid-layering-test.scad
b/commitid-layering-test.scad
index e9c25b2ca3e98e287ecfdffb7f47075dd8eaeaeb..676fb041f15ffefba33b194ce895dc1816484a97 100644
(file)
--- 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])