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:
3582392
)
nook-case: wip, faces
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 2 Sep 2020 21:08:30 +0000
(22:08 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 2 Sep 2020 21:08:30 +0000
(22:08 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
nook-case.scad
patch
|
blob
|
history
diff --git
a/nook-case.scad
b/nook-case.scad
index cf15950c32dc6addc9644aeeb43c83d862c1cd0c..fc968aac33b33efc47860ed0653402ec77bd68dd 100644
(file)
--- a/
nook-case.scad
+++ b/
nook-case.scad
@@
-169,14
+169,14
@@
module FaceCore(z0,z1, extra_left, extra_right){
}
module Base(){ ////toplevel
- FaceCore(
0,0
, 0.3, 0) {
+ FaceCore(
spp7[1],spp8[1]
, 0.3, 0) {
LeftSideMainProfile();
RightSideMainProfile();
}
}
module Top(){ ////toplevel
- FaceCore(
0,0
, -gap[0], gap[0] + 0.3) {
+ FaceCore(
tppE[1],tppD[1]
, -gap[0], gap[0] + 0.3) {
LeftTopMainProfile();
RightTopMainProfile();
}