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:
199b0fd
)
earring-stand: printables
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 23 Jul 2016 23:59:14 +0000
(
00:59
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 23 Jul 2016 23:59:14 +0000
(
00:59
+0100)
earring-stand.scad
patch
|
blob
|
history
diff --git
a/earring-stand.scad
b/earring-stand.scad
index 1887e2d5a5c9e89cc578adfa062283502c51cd2a..6a680cbcd61190fca7b6532465cb37363d12f689 100644
(file)
--- a/
earring-stand.scad
+++ b/
earring-stand.scad
@@
-310,6
+310,18
@@
module Back(){
}
}
+module BackPrint(){ ///toplevel
+ rotate([0,-90,0]) Back();
+}
+
+module FrontPrint(){ ////toplevel
+ rotate([0, 90+beta, 0]) Front();
+}
+
+module BasePrint(){ ////toplevel
+ Base();
+}
+
module Demo(){
color("red") Base();
color("blue") Front();
@@
-321,4
+333,7
@@
module Demo(){
//TestProtr();
//TestRAProtr();
//Sketch();
-Demo();
+//Demo();
+//BackPrint();
+//FrontPrint();
+//BasePrint();