rotate arm to be diagonal across body
[ozzloy@gmail.com/3d-printables] / crazyflie-2.0-housing.scad
index 654f6831b92f0d2fc1f68a0b8f86bc8cb7e8cedc..dd86617b5164e7f87a8ffe327ce80f80607e26a1 100644 (file)
@@ -25,11 +25,13 @@ arm_height_measured = main_body_height_measured;
 
 cube([main_body_width_measured,
       main_body_length_measured,
-      main_body_height_measured]);
-
-cube([arm_width_measured,
-      arm_length_measured,
-      arm_height_measured]);
+      main_body_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.