unindent arm code
[ozzloy@gmail.com/3d-printables] / crazyflie-2.0-housing.scad
index afca134ee3b830cedfb2e58d1217ac2ad80146a2..bd34c6de6e1e3fb6d77cedc8e94cb510c185e1bd 100644 (file)
@@ -22,15 +22,15 @@ cube([main_body_width_measured,
       main_body_height_measured],
      center = true);
 rotate(45){
-     cube([arm_width_measured,
-           arm_length_measured,
-           arm_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);}
+  cube([arm_width_measured,
+        arm_length_measured,
+        arm_height_measured],
+       center = true);}
 
 /*
   This file is part of 3d-printables.