X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=crazyflie-2.0-housing.scad;h=1bbd7e58d17099282dc089b029dd57349e8673c4;hb=4f4b0d3ecc48d4af08c7f7ac280a8dc907ed0eed;hp=978d4e6cd52919f5811292e3ee05d6cdc4d87bcf;hpb=cfa97e055d9edb774956252e1d8e152f16946569;p=ozzloy%40gmail.com%2F3d-printables 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.