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:
ee7f1f7
)
sleepphone-cable-box: support trick, print orientation
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 10 Sep 2018 21:50:42 +0000
(22:50 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 10 Sep 2018 21:50:42 +0000
(22:50 +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 54645e037e2f66011b7ba5330f0fd756be42a930..1fe2e98c8670f62ff8af90eac828cb6c3ed135af 100644
(file)
--- a/
sleepphone-cable-box.scad
+++ b/
sleepphone-cable-box.scad
@@
-166,8
+166,15
@@
module Box(){
PlugKeeperStalkProfile();
}
+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])
+ Box();
+}
+
//MainProfileInnerHalf();
//MainProfile();
//KeeperProjection();
-Box();
-
+
//
Box();
+BoxPrint();