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:
4175685
)
poster-tube-lid: convert to oring: move some stuff to the MainProfile (nfc)
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 9 Oct 2017 00:56:02 +0000
(
01:56
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 9 Oct 2017 00:56:02 +0000
(
01:56
+0100)
poster-tube-lid.scad
patch
|
blob
|
history
diff --git
a/poster-tube-lid.scad
b/poster-tube-lid.scad
index 26b9d1f4265d6b690ae107e21df5996edfab9108..830370ef50f1fc0b8daa15221454f5812d8a0b5e 100644
(file)
--- a/
poster-tube-lid.scad
+++ b/
poster-tube-lid.scad
@@
-120,8
+120,8
@@
module MainProfile(){
square([10,10]);
}
}
- polygon([[ -1
,
seal_thick ],
- [ -1
,
top_z ],
+ polygon([[ -1
1,
seal_thick ],
+ [ -1
1,
top_z ],
[ main_cnr_pos[0], top_z ],
[ side_thick, main_cnr_pos[1] ],
[ side_thick, -side_height ],
@@
-182,7
+182,7
@@
module Cover(){ ////toplevel
translate([main_dia/2, 0])
MainProfile();
translate([0,0, seal_thick])
- cylinder(h= top_thick, r = main_dia/2);
+ cylinder(h= top_thick, r = main_dia/2
- 10
);
}
for (r=[0,180])
rotate([0,0, r])