From: daniel watson Date: Fri, 18 Nov 2016 23:19:32 +0000 (-0800) Subject: make all 4 motors on crazyflie X-Git-Url: http://challenge-bot.com/repos/?p=ozzloy%40gmail.com%2F3d-printables;a=commitdiff_plain;h=4f4b0d3ecc48d4af08c7f7ac280a8dc907ed0eed make all 4 motors on crazyflie --- diff --git a/crazyflie-2.0-housing.scad b/crazyflie-2.0-housing.scad index 978d4e6..1bbd7e5 100644 --- a/crazyflie-2.0-housing.scad +++ b/crazyflie-2.0-housing.scad @@ -49,6 +49,30 @@ rotate(45) { r = motor_radius_measured, center = true, $fn = 50); } } +rotate(45 + 90) { + translate([arm_length_measured / 2 + motor_radius_measured, + 0, + motor_z_translate]){ + cylinder(h = motor_height_measured, + r = motor_radius_measured, + center = true, + $fn = 50); } } +rotate(45 + 90 * 2) { + translate([arm_length_measured / 2 + motor_radius_measured, + 0, + motor_z_translate]){ + cylinder(h = motor_height_measured, + r = motor_radius_measured, + center = true, + $fn = 50); } } +rotate(45 + 90 * 3) { + translate([arm_length_measured / 2 + motor_radius_measured, + 0, + motor_z_translate]){ + cylinder(h = motor_height_measured, + r = motor_radius_measured, + center = true, + $fn = 50); } } /* This file is part of 3d-printables.