From 9e3e6b0821a36892bd908c6cde3e1df98102254c Mon Sep 17 00:00:00 2001 From: daniel watson Date: Fri, 28 Oct 2016 13:12:42 -0700 Subject: [PATCH] rotate arm to be diagonal across body --- crazyflie-2.0-housing.scad | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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. -- 2.30.2