rotate arm to be diagonal across body
[ozzloy@gmail.com/3d-printables] / crazyflie-2.0-housing.scad
index 9a38432bf891fee2f5c134e3007266125c8a15fc..dd86617b5164e7f87a8ffe327ce80f80607e26a1 100644 (file)
@@ -16,17 +16,22 @@ inside_ = 28.0;
 
 main_body_width_measured = 28.0;
 main_body_length_measured = 31.0;
-main_body_diagonal_measured = 79.0;
 main_body_height_measured = 1.5;
 
 
-main_body_arm_width_measured = 3.6;
+arm_width_measured = 3.6;
+arm_length_measured = 79.0;
+arm_height_measured = main_body_height_measured;
 
 cube([main_body_width_measured,
       main_body_length_measured,
-      main_body_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.