From: daniel watson Date: Mon, 7 Nov 2016 23:11:19 +0000 (-0800) Subject: unindent arm code X-Git-Url: http://challenge-bot.com/repos/?p=ozzloy%40gmail.com%2F3d-printables;a=commitdiff_plain;h=fbb05bf981bbd02069764033af6f879eb88c6758 unindent arm code --- 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.