rotate arm to be diagonal across body
authordaniel watson <ozzloy@gmail.com>
Fri, 28 Oct 2016 20:12:42 +0000 (13:12 -0700)
committerdaniel watson <ozzloy@gmail.com>
Fri, 28 Oct 2016 20:12:42 +0000 (13:12 -0700)
crazyflie-2.0-housing.scad

index c978c04a1598f93c6b3b636d3fa22061e77ef31a..dd86617b5164e7f87a8ffe327ce80f80607e26a1 100644 (file)
@@ -27,11 +27,11 @@ cube([main_body_width_measured,
       main_body_length_measured,
       main_body_height_measured],
      center = true);
-
-cube([arm_width_measured,
-      arm_length_measured,
-      arm_height_measured],
-     center = true);
+rotate(45){
+     cube([arm_width_measured,
+           arm_length_measured,
+           arm_height_measured],
+          center = true);}
 
 /*
   This file is part of 3d-printables.