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:
6736274
)
commitid-layering-test: do not print cylinder in mid-air (!)
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 6 Feb 2016 20:08:59 +0000
(20:08 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 6 Feb 2016 20:08:59 +0000
(20:08 +0000)
commitid-layering-test.scad
patch
|
blob
|
history
diff --git
a/commitid-layering-test.scad
b/commitid-layering-test.scad
index bb6ab0892888a16e158055b833ff831e8a7197b6..04d8c8322f3856a10c962c758c4258df0d2f0468 100644
(file)
--- a/
commitid-layering-test.scad
+++ b/
commitid-layering-test.scad
@@
-23,8
+23,8
@@
difference(){
cylinder(r=5, h=3, $fn=50);
}
-translate([-6, 6,
0
])
- cylinder(r=4, h=3, $fn=50);
+translate([-6, 6,
-0.5
])
+ cylinder(r=4, h=3
.5
, $fn=50);
echo("pause height (mm)", baseh+0.01);