From: Jan "Yenya" Kasprzak Date: Tue, 8 Aug 2017 13:18:16 +0000 (+0200) Subject: mini arrow firewall: make it higher and a bit stronger X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=7b85d8b6ef14d2cd4d9414dc8223d91ff477bd78;p=things.git mini arrow firewall: make it higher and a bit stronger --- diff --git a/mini-arrow-firewall.scad b/mini-arrow-firewall.scad index 693db24..40ec551 100644 --- a/mini-arrow-firewall.scad +++ b/mini-arrow-firewall.scad @@ -77,7 +77,14 @@ difference() { for (x = [-1, 1]) for (y = [-1, 1]) scale([x, y, 1]) hull() { translate([body_w/2-corner_l, body_h/2-wall/2, 0]) cylinder(r = wall/2, h = strut_h); - translate([motor_screw_dist2/2, motor_screw_head/2 + motor_plate_add - wall/2, 0]) + translate([motor_screw_dist2/2 + motor_screw_head/2 + motor_plate_add - wall/2, 0, 0]) + cylinder(r = wall/2, h = motor_plate_h); +} + +for (x = [-1, 1]) for (y = [-1, 1]) scale([x, y, 1]) hull() { + translate([body_w/2-corner_l, body_h/2-wall/2, 0]) + cylinder(r = wall/2, h = strut_h); + translate([motor_screw_head/2 + motor_plate_add - wall/2, motor_screw_dist1/2, 0]) cylinder(r = wall/2, h = motor_plate_h); }