X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=crazyflie-2.0-housing.scad;h=978d4e6cd52919f5811292e3ee05d6cdc4d87bcf;hb=cfa97e055d9edb774956252e1d8e152f16946569;hp=3d61effe57ebb6df7668507d7c060255b4f819fd;hpb=b2b49e2cd22dd20a7b5b6fb2dfc7be298739bcaa;p=ozzloy%40gmail.com%2F3d-printables diff --git a/crazyflie-2.0-housing.scad b/crazyflie-2.0-housing.scad index 3d61eff..978d4e6 100644 --- a/crazyflie-2.0-housing.scad +++ b/crazyflie-2.0-housing.scad @@ -40,12 +40,15 @@ rotate(-45){ arm_length_measured, arm_height_measured], center = true);} -// TODO: move motor out by motor_radius amount + rotate(45) { - translate([arm_length_measured / 2, 0, motor_z_translate]){ + translate([arm_length_measured / 2 + motor_radius_measured, + 0, + motor_z_translate]){ cylinder(h = motor_height_measured, r = motor_radius_measured, - center = true); } } + center = true, + $fn = 50); } } /* This file is part of 3d-printables.