From cfa97e055d9edb774956252e1d8e152f16946569 Mon Sep 17 00:00:00 2001 From: Maxwell Cunningham Date: Fri, 18 Nov 2016 18:06:08 -0500 Subject: [PATCH] move motor out by motor radius --- crazyflie-2.0-housing.scad | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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. -- 2.30.2