From 4f4b0d3ecc48d4af08c7f7ac280a8dc907ed0eed Mon Sep 17 00:00:00 2001 From: daniel watson Date: Fri, 18 Nov 2016 15:19:32 -0800 Subject: [PATCH] make all 4 motors on crazyflie --- crazyflie-2.0-housing.scad | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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. -- 2.30.2