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:
49fc84b
)
lock-inframe-bracket: Add Demo
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 19 Sep 2018 20:27:07 +0000
(21:27 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Wed, 19 Sep 2018 20:27:07 +0000
(21:27 +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 be52d091f4aee8a0ade92b8814272b54acad779c..1267b9ffc3ba22b2b84112d4eaac08a5f2e85bae 100644
(file)
--- a/
lock-inframe-bracket.scad
+++ b/
lock-inframe-bracket.scad
@@
-27,6
+27,8
@@
clip_d = 22.0;
mountscrew_dia = 4 + 0.5;
clipbolt_dia = 5 + 0.6;
+mountscrew_washer = 10;
+
backflange_th = 4.5;
$fn=50;
@@
-275,6
+277,13
@@
module TestClipBoltHole(){ ////toplevel
}
}
+module Demo(){ ////toplevel
+ Bracket();
+ color("blue") MountingHoleCylinders(mountscrew_dia/2 - 0.1);
+ color("black") MountingHoleCylinders(mountscrew_washer/2,
+ back_ohw + 0.25);
+}
+
//MainPlan();
//ClipElevationPositive();
//ClipElevation();