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:
d9669da
)
commitid-layering-test: use Commitid_BestCount_M
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 6 Feb 2016 19:57:04 +0000
(19:57 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 6 Feb 2016 19:57:04 +0000
(19:57 +0000)
commitid-layering-test.scad
patch
|
blob
|
history
diff --git
a/commitid-layering-test.scad
b/commitid-layering-test.scad
index 525ec414489db1634c995e2bcc509e61df232e0f..bb6ab0892888a16e158055b833ff831e8a7197b6 100644
(file)
--- a/
commitid-layering-test.scad
+++ b/
commitid-layering-test.scad
@@
-16,9
+16,8
@@
module Body(){
difference(){
Body();
- translate([basex + basexpos, baseypos, -baseh])
- rotate([0,180,0])
- Commitid_BestCount([basex,basey], margin=3);
+ translate([basexpos, baseypos, -baseh])
+ Commitid_BestCount_M([basex,basey], margin=3);
translate([-6, 6, -0.4])
cylinder(r=5, h=3, $fn=50);