unindent arm code
authordaniel watson <ozzloy@gmail.com>
Mon, 7 Nov 2016 23:11:19 +0000 (15:11 -0800)
committerdaniel watson <ozzloy@gmail.com>
Mon, 7 Nov 2016 23:11:19 +0000 (15:11 -0800)
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.