X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=poster-tube-lid.scad;h=f2056fda73baa37f2c3298873cfb3126968aba67;hb=f27401d5b8c98a0c17677865d0e75b9998bb683b;hp=69df5a0d19ff0b06a1abd4a7ef4436505adc60ed;hpb=ca83052082cc825f6bd4f12e42de9ebd18a9f597;p=reprap-play.git diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 69df5a0..f2056fd 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -9,6 +9,8 @@ top_middle_dr = 11; main_cnr = 6.0; +min_wall = 4; + rivet_posn = 6.0; rivet_thick = 1.67; rivet_width = 4.15 + 1.0; @@ -81,6 +83,8 @@ rivet_entry_width = rivet_width + side_rivet_gap; jig_mark_rad = jig_mark + main_dia/2 + jig_thick; +handling_dia = oring_bore + oring_thick*2 + min_wall*2; + $fs= coarse ? 2.5 : 0.5; $fa= coarse ? 5 : 1; @@ -159,6 +163,10 @@ module MainProfile(){ } } +module HandlingProfile(){ +// translate([ +} + module RotateProjectSlice(offset, slice_size, nom_rad, real_rad){ // nom_rad > real_rad rotate([0,0, atan2(offset, nom_rad) ]){ @@ -200,7 +208,16 @@ module ProfilesDemo(){ ////toplevel translate([+10,0]) polygon(bayo_polygon, convexity=10); } +module LimitForHandling(){ ////toplevel + for (r=[0,180]) + rotate([0,0,r]) { + + } + cylinder(r= handling_dia/2, h=20); +} + module Cover(){ ////toplevel + %LimitForHandling(); render() difference(){ union(){ rotate_extrude(convexity=10)