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:
92eb30d
)
poster-tube-lid: catch wip, CatchAssembly seems done ?
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 22 Nov 2018 00:58:32 +0000
(
00:58
+0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 22 Nov 2018 00:58:32 +0000
(
00:58
+0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
poster-tube-lid.scad
patch
|
blob
|
history
diff --git
a/poster-tube-lid.scad
b/poster-tube-lid.scad
index 8528673b9517dea6285a4f1e6e7e8fc680679fee..fb0667f9a8ec1283b8df0cfe6aa8928b632121c6 100644
(file)
--- a/
poster-tube-lid.scad
+++ b/
poster-tube-lid.scad
@@
-580,11
+580,20
@@
module CatchPreDistort(){ /////toplevel
}
module CatchAssembly(){ /////toplevel
- scale(sm_inner_rad / 100)
+ translate([0,0, catch_strap_width])
+ scale(sm_inner_rad / 100)
import(str("poster-tube-lid,CatchPostDistort-fa",
(coarse ? 20 : 1),
".stl"),
convexity=20);
+
+ SomeStrap(){
+ union(){ }
+ union(){
+ translate([-200, -200, -200])
+ cube([400, 200, 400]);
+ }
+ }
}
//ProfilesDemo();