From 7b85d8b6ef14d2cd4d9414dc8223d91ff477bd78 Mon Sep 17 00:00:00 2001 From: "Jan \"Yenya\" Kasprzak" Date: Tue, 8 Aug 2017 15:18:16 +0200 Subject: [PATCH] mini arrow firewall: make it higher and a bit stronger --- mini-arrow-firewall.scad | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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); } -- 2.43.0