chiark
/
gitweb
/
~ianmdlvl
/
reprap-play.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
knifeblock: Indents adj size
[reprap-play.git]
/
pannierstay.scad
1
len = 54.3 - 1;
2
bigdep = 10.7 - 1;
3
smalldep= 4.9 - 1;
4
tallw1 = 3.5 - 1.5;
5
tallw2 = 3.5 - 1.5; // ish
6
totalw = 11.6 - 2;
7
8
gapw = totalw - tallw1 - tallw2;
9
10
difference() {
11
cube([len, totalw, bigdep]);
12
translate([-1, tallw2, smalldep])
13
cube([len+2, gapw, bigdep - smalldep + 1]);
14
}