X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=poster-tube-lid.scad;h=08127cde3bd7f137113fe1c0e384a143b9e21f1a;hb=refs%2Fheads%2Fmaster;hp=09aa9b337edf79d0bf84508994f553e68f04d0bb;hpb=7f9b5fd0ddbea62a69864385160686ff0bd096b2;p=reprap-play.git diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 09aa9b3..000dec7 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -105,14 +105,14 @@ wmb_screw_head_dia = 8.7 + 0.5; wmb_screw_around_x = 4; wmb_screw_around_z = 6; wmb_screw_depth_min = 10; -web_screw_len = 15 + 1; +web_screw_len = 16 + 0.5; wmb_nut_across = 7.82 + 0.35; wmb_nut_around_min = 2; wmb_nut_behind_min = 5; wmb_nut_th = 3.84 + 0.75; wmb_mount_wall = 4.5; -wmb_mount_gap_xy = 0.5; -wmb_mount_gap_z = 0.5; +wmb_mount_gap_xy = 0.1; +wmb_mount_gap_z = 0.2; wmb_mount_y_width = 10; wmb_bottom_gap = 35; // includes allowance for padding, etc. wmb_bottom_th = 7; @@ -761,6 +761,24 @@ module WallMountForBase(){ ////toplevel } } +module WallMountForBaseFixingsTest(){ ////toplevel + intersection(){ + WallMountForBase(); + linextr(-100,100) + rectfromto([ -sm_outer_rad-10, -wm_y_min ], + [ wmb_x_outer + 1, -100 ]); + } +} + +module WallMountBaseFixingsTest(){ ////toplevel + intersection(){ + WallMountBase(); + linextr(-2,100) + rectfromto([ -sm_outer_rad-10, -wm_y_min ], + [ wmbb_x_outer + 1, -100 ]); + } +} + module WallMountBasePillarsPlan(){ for (my = [0,1]) { mirror([0, my]) {