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:
a8f3068
)
fairphone5-case: FP5: new lid legs
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 30 Jun 2025 15:56:01 +0000
(16:56 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 30 Jun 2025 15:56:01 +0000
(16:56 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
fairphone5-case.scad
patch
|
blob
|
history
diff --git
a/fairphone5-case.scad
b/fairphone5-case.scad
index b1fc4622d2cc8e0807ed0930fa3ca45fa3e3eeca..6c17fd86dc720e362500251f0f2c959b8160c90c 100644
(file)
--- a/
fairphone5-case.scad
+++ b/
fairphone5-case.scad
@@
-807,8
+807,10
@@
module Buttons(){
Flip_rhs(1) SideButton(74.000, +.5, 12.000 ) children(); // power
Flip_rhs(1) SideButton(41.000, +.5, 27.000 ) children(); // volume
Flip_rhs(1) LidButtonishLeg(14, -1) children();
+ Flip_rhs(1) LidButtonishLeg(34, -1) children();
Flip_rhs(0) LidButtonishLeg(21, -1) children();
- Flip_rhs(0) LidButtonishLeg(38, +1) children();
+ Flip_rhs(0) LidButtonishLeg(46, -1) children();
+ Flip_rhs(0) LidButtonishLeg(40, +1) children();
Flip_rhs(0) LidButtonishLeg(14, +1) children();
}