From: Jan "Yenya" Kasprzak Date: Wed, 10 Apr 2019 14:03:50 +0000 (+0200) Subject: another printed versions X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?p=things.git;a=commitdiff_plain;h=acc8678d30d0ea7ec87641c144dacb81b60daab6 another printed versions --- diff --git a/servo-tube-holder-half-side.scad b/servo-tube-holder-half-side.scad index f309500..bbf44d3 100644 --- a/servo-tube-holder-half-side.scad +++ b/servo-tube-holder-half-side.scad @@ -1,7 +1,7 @@ eps = 0.01; infty = 200; -wall = 1.0; +wall = 1.5; tube_d = 8.0 + 0.2; @@ -11,10 +11,11 @@ clip_w = servo_side_l + wall; slot_w = 3; servo_w = 12.5+0.5; -servo_zoff = 16 + 2.0-tube_d/2-servo_w/2; // od stredu trubice po osu otaceni +servo_zoff = 20 + 2.0-tube_d/2-servo_w/2; // od stredu trubice po osu otaceni servo_slot_z = 2.5 + 0.1; servo_xoff = -servo_slot_z/2; -servo_screw_hole = 1.2; +servo_screw_hole = 1.6; +servo_screw_hole_2 = 2.5; module main() { difference() { @@ -38,11 +39,15 @@ difference() { translate([servo_xoff, servo_zoff, wall]) cube([servo_slot_z, servo_w + eps, servo_side_l + eps]); - // servo screw hole - translate([-infty/2, servo_zoff + servo_w/2, 0.6*servo_side_l + wall]) + // servo screw hole 1 + translate([0, servo_zoff + servo_w/2, 0.6*servo_side_l + wall]) rotate([0, 90, 0]) cylinder(r = servo_screw_hole/2, h = infty, $fn = 6); + translate([0, servo_zoff + servo_w/2, 0.6*servo_side_l + wall]) + rotate([0, -90, 0]) + cylinder(r = servo_screw_hole_2/2, h = infty, $fn = 6); + } } diff --git a/wing-tube-clip-front.scad b/wing-tube-clip-front.scad index 4367e74..2ee1c6c 100644 --- a/wing-tube-clip-front.scad +++ b/wing-tube-clip-front.scad @@ -5,7 +5,7 @@ wall = 1.5; tube_d = 8.0 + 0.5; tube2_d = 6.0 + 0.5; -tube2_xoff = tube_d/2 + tube2_d/2 + 2.8 + 2; +tube2_xoff = tube_d/2 + tube2_d/2 + 9; clip_w = tube2_d + 2*wall; @@ -13,7 +13,7 @@ slot_w = 3; slot_angle = 180; wing_slot = 0.75*tube2_d; -wing_top_wall = 2.5; +wing_top_wall = 3; difference() { hull() { diff --git a/wing-tube-joint.scad b/wing-tube-joint.scad index 95ceef3..3ef7885 100644 --- a/wing-tube-joint.scad +++ b/wing-tube-joint.scad @@ -8,7 +8,6 @@ tube_d = 8.0 + 0.2; base_w = 65; base_l = 30; -tube_d = 6 + 0.1; tube_zoff = 3; base_w = 65;