]> www.fi.muni.cz Git - things.git/blobdiff - servo-tube-holder-half-side.scad
printed modifications
[things.git] / servo-tube-holder-half-side.scad
index cb58df1810b1dfca154646e26ba0feffc8d5de21..f309500ffe0fdb9778d99ae15f3dcaccd7a1b6b1 100644 (file)
@@ -12,8 +12,8 @@ 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_xoff = 11 - 4.0 - tube_d/2;
-servo_slot_z = 2.5 + 0.3;
+servo_slot_z = 2.5 + 0.1;
+servo_xoff = -servo_slot_z/2;
 servo_screw_hole = 1.2;
 
 module main() {
@@ -39,7 +39,7 @@ difference() {
                cube([servo_slot_z, servo_w + eps, servo_side_l + eps]);
 
        // servo screw hole
-       translate([-infty/2, servo_zoff + servo_w/2, servo_side_l/2 + wall])
+       translate([-infty/2, 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);