From: daniel watson Date: Fri, 28 Oct 2016 20:12:42 +0000 (-0700) Subject: rotate arm to be diagonal across body X-Git-Url: http://challenge-bot.com/repos/?p=ozzloy%40gmail.com%2F3d-printables;a=commitdiff_plain;h=9e3e6b0821a36892bd908c6cde3e1df98102254c rotate arm to be diagonal across body --- diff --git a/crazyflie-2.0-housing.scad b/crazyflie-2.0-housing.scad index c978c04..dd86617 100644 --- a/crazyflie-2.0-housing.scad +++ b/crazyflie-2.0-housing.scad @@ -27,11 +27,11 @@ cube([main_body_width_measured, main_body_length_measured, main_body_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);} /* This file is part of 3d-printables.