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:
67f71df
)
lock-inframe-bracket: Improve overhang
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 14 Aug 2016 14:36:27 +0000
(15:36 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 14 Aug 2016 14:36:27 +0000
(15:36 +0100)
lock-inframe-bracket.scad
patch
|
blob
|
history
diff --git
a/lock-inframe-bracket.scad
b/lock-inframe-bracket.scad
index e531cb73dbd4f3c284bad091be758ca5eeb1bddb..0fa9d5ce26b2f4c5ab8fead1a27e89458fbe1352 100644
(file)
--- a/
lock-inframe-bracket.scad
+++ b/
lock-inframe-bracket.scad
@@
-75,7
+75,11
@@
clip_ymin = cliprecess_ymax - total_h;
clip_ogap = clip_gap + clip_th*2;
module ClipElevationPositive(){
- oval(lockshaft_or);
+ hull(){
+ oval(lockshaft_or);
+ translate([0, -lockshaft_or[1] * sqrt(2)])
+ square(center=true, 0.5);
+ }
translate([-lockshaft_or[0], 0])
square([lockshaft_or[0]*2, cliprecess_ymax]);
translate([-clip_ogap/2, 0]) mirror([0,1]) square([clip_ogap, -clip_ymin]);
@@
-142,6
+146,7
@@
module Bracket(){
}
//MainPlan();
+//ClipElevationPositive();
//ClipElevation();
//MainPositive();
//%ThroughHoles();