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:
d456367
)
commitid-layering-test: move cylinder out of Body() (nfc)
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 6 Feb 2016 19:23:51 +0000
(19:23 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 6 Feb 2016 19:23:51 +0000
(19:23 +0000)
commitid-layering-test.scad
patch
|
blob
|
history
diff --git
a/commitid-layering-test.scad
b/commitid-layering-test.scad
index 3b33674a165f560c979e2b770d6eba6bf634dd7c..c988c98443be1ea480f169938bb98e843c820aad 100644
(file)
--- a/
commitid-layering-test.scad
+++ b/
commitid-layering-test.scad
@@
-12,9
+12,6
@@
module Body(){
mirror([0,0,1])
translate([basexpos, baseypos])
cube([basex, basey, baseh]);
-
- translate([-5, 6, 0])
- cylinder(r=4, h=3, $fn=20);
}
difference(){
@@
-24,6
+21,9
@@
difference(){
Commitid_BestCount([basex,basey], margin=3);
}
+translate([-6, 6, 0])
+ cylinder(r=4, h=3, $fn=20);
+
echo("pause height (mm)", baseh+0.01);
Commitid_FontDemo();