make all 4 motors on crazyflie
authordaniel watson <ozzloy@gmail.com>
Fri, 18 Nov 2016 23:19:32 +0000 (15:19 -0800)
committerdaniel watson <ozzloy@gmail.com>
Fri, 18 Nov 2016 23:19:32 +0000 (15:19 -0800)
crazyflie-2.0-housing.scad

index 978d4e6cd52919f5811292e3ee05d6cdc4d87bcf..1bbd7e58d17099282dc089b029dd57349e8673c4 100644 (file)
@@ -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.