From fbb05bf981bbd02069764033af6f879eb88c6758 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Mon, 7 Nov 2016 15:11:19 -0800 Subject: [PATCH] unindent arm code --- crazyflie-2.0-housing.scad | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/crazyflie-2.0-housing.scad b/crazyflie-2.0-housing.scad index afca134..bd34c6d 100644 --- a/crazyflie-2.0-housing.scad +++ b/crazyflie-2.0-housing.scad @@ -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. -- 2.30.2