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:
92af6ed
)
bike-lipo-box: add commitid to Box
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 13 Feb 2016 23:37:02 +0000
(23:37 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 13 Feb 2016 23:37:02 +0000
(23:37 +0000)
bike-lipo-box.scad
patch
|
blob
|
history
diff --git
a/bike-lipo-box.scad
b/bike-lipo-box.scad
index b8a6e424c8b6964703c43ba041beb7c56755236a..72f506b87de5d1e2bc69bc765f7d42e55acb62e1 100644
(file)
--- a/
bike-lipo-box.scad
+++ b/
bike-lipo-box.scad
@@
-190,6
+190,10
@@
module Box(){ ////toplevel
AtGlands()
GlandNegative(cabledia);
+
+ translate($sealingbox_cnrrad * [1,1,0] +
+ [0, toty_inner/2, -wallthick])
+ Commitid_Full16_M();
}
}