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:
e29fab0
)
sleepphone-cable-box: slightly improve visualisation for adjustments
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 11 Sep 2018 07:10:56 +0000
(08:10 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 11 Sep 2018 07:10:56 +0000
(08:10 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
sleepphone-cable-box.scad
patch
|
blob
|
history
diff --git
a/sleepphone-cable-box.scad
b/sleepphone-cable-box.scad
index 27e851a9222a35485c23ea91a03cfdc8ba197ceb..fb55cf83afde41591fcc1f5c009080d3fad53227 100644
(file)
--- a/
sleepphone-cable-box.scad
+++ b/
sleepphone-cable-box.scad
@@
-165,7
+165,8
@@
module Box(){
module BoxPrint(){
// This makes' Cura's support more optimal: specifically,
// it then doesn't seem to touch the back (bottom) wall
- rotate([0,90,0])
+ translate([0,0,phone[0]])
+ rotate([0,90,0])
Box();
}