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:
ed6ba62
)
earring-stand: deal with some comments and formatting
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 23 Jul 2016 23:06:59 +0000
(
00:06
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 23 Jul 2016 23:06:59 +0000
(
00:06
+0100)
earring-stand.scad
patch
|
blob
|
history
diff --git
a/earring-stand.scad
b/earring-stand.scad
index f68ff55652ae66e0cb621c28c91e367f595780ad..154a5a2c32df85a462338e1b46d50d4b7013e30a 100644
(file)
--- a/
earring-stand.scad
+++ b/
earring-stand.scad
@@
-224,13
+224,14
@@
module Base(){
}
module Front(){
-
%
ObjectJoins(1);
+ ObjectJoins(1);
rotate([0, 90-beta, 0])
translate([0, 0, ppxl])
- rotate([0,0,90])
+ rotate([0,0,90])
{
cube([front_width,
front_height - (-ppxl) + thicks[1],
thicks[1]]);
+ }
}
module Back(){