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:
75ef406
)
commitid-layering-test: Add commitid
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 6 Feb 2016 18:58:11 +0000
(18:58 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 6 Feb 2016 18:58:11 +0000
(18:58 +0000)
commitid-layering-test.scad
patch
|
blob
|
history
diff --git
a/commitid-layering-test.scad
b/commitid-layering-test.scad
index 285cc4b98bbdfaa29d95861cf6cab6bb3e787f35..d130b118435626937cecfa0602e5456d44773cc2 100644
(file)
--- a/
commitid-layering-test.scad
+++ b/
commitid-layering-test.scad
@@
-17,6
+17,11
@@
module Body(){
cylinder(r=4, h=3, $fn=20);
}
-Body();
+difference(){
+ Body();
+ translate([basex + basexpos, basey + baseypos, -baseh])
+ rotate([0,0,180])
+ Commitid_BestCount([basex,basey], margin=3);
+}
Commitid_FontDemo();