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:
a83f55e
)
lock-inframe-bracket: wip new divide, move DivideSurround (nfc)
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 25 Oct 2018 12:57:40 +0000
(13:57 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 25 Oct 2018 12:57:40 +0000
(13:57 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
lock-inframe-bracket.scad
patch
|
blob
|
history
diff --git
a/lock-inframe-bracket.scad
b/lock-inframe-bracket.scad
index 618be8900af34dbdc7bab720253c2c6a27563421..aee64bc9152759386816912f2c7b694be313eb0d 100644
(file)
--- a/
lock-inframe-bracket.scad
+++ b/
lock-inframe-bracket.scad
@@
-151,12
+151,6
@@
module DivideCut(){
}
}
-module DivideInPlace(){
- rotate([0,0, -divide_angle])
- translate([ -tube_dia/2 -tube_th/2, 0])
- children();
-}
-
module DivideSurround(){
w = tube_th/2;
d = divide_gap;
@@
-169,6
+163,12
@@
module DivideSurround(){
}
}
+module DivideInPlace(){
+ rotate([0,0, -divide_angle])
+ translate([ -tube_dia/2 -tube_th/2, 0])
+ children();
+}
+
module MainPlan(){ ////toplevel
difference(){
union(){