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:
844ae4d
)
lock-inframe-bracket: Add a couple of toplevels, before join rework
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 25 Oct 2018 12:10:08 +0000
(13:10 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 25 Oct 2018 12:10:08 +0000
(13:10 +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 324f8134f374c61f5d3dd1e7cb0e4f3818a12df8..362bffdfb160a3a28c213d6dc74a425a51375713 100644
(file)
--- a/
lock-inframe-bracket.scad
+++ b/
lock-inframe-bracket.scad
@@
-125,7
+125,7
@@
module DividePlanInPlace(xl=10){
DividePlan(xl);
}
-module MainPlan(){
+module MainPlan(){
////toplevel
difference(){
union(){
difference(){
@@
-285,6
+285,10
@@
module Demo(){ ////toplevel
back_ohw + 0.25);
}
+module DividePlanDemo(){ ////toplevel
+ DividePlan();
+}
+
//MainPlan();
//ClipElevationPositive();
//ClipElevation();
@@
-292,7
+296,6
@@
module Demo(){ ////toplevel
//%ThroughHoles();
//TestTopEdge();
//TestClipBoltHole();
-//DividePlan();
//Bracket();