X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?p=bike-lights.git;a=blobdiff_plain;f=parts%2Frearlight.scad;h=05a79cb31cca19163c5507e42e9ebbcc8b97b229;hp=26aa5e395ea2289df98f7199eafa6036517bb516;hb=db487df25d45c1ed3c40d387237377f325924b04;hpb=dc4a8b74e6bd5ecfd139fabbb1f5bd8dad3b624e diff --git a/parts/rearlight.scad b/parts/rearlight.scad index 26aa5e3..05a79cb 100644 --- a/parts/rearlight.scad +++ b/parts/rearlight.scad @@ -69,8 +69,8 @@ module seat_clip() { // top part hull() { - translate([-clip_wall, -clip_space/2-clip_wall, 0]) - cube([clip_wall+epsilon, 2*clip_wall+clip_space, epsilon]); + translate([-2*clip_wall, -clip_space/2-clip_wall, 0]) + cube([2*clip_wall+epsilon, 2*clip_wall+clip_space, epsilon]); translate([-clip_wall+clip_top_xoff, -clip_space/2-clip_wall, clip_l]) cube([clip_wall+epsilon, 2*clip_wall+clip_space, epsilon]); }; @@ -253,7 +253,7 @@ module full_joint() { translate([clip_x_off, clip_y_off, 0]) intersection() { seat_clip_rotated(); - translate([(fraen_h-pin_len)*tan(clip_angle)-clip_wall, -clip_space/2-clip_wall+epsilon, 0]) + translate([(fraen_h-pin_len)*tan(clip_angle)-clip_wall, -clip_space/2-0.1*clip_wall+epsilon, 0]) rotate([90+clip_x_rot, 0, 0]) scale([0.45, 1, 1]) cylinder(r = fraen_h-pin_len, h = epsilon);