From: Ian Jackson Date: Sun, 14 Feb 2016 00:32:39 +0000 (+0000) Subject: bike-lipo-box: rotate again so glands are at front for viewing while printing X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=ec88462f1c9599abe3f58ffbe82700580eb271ae;p=reprap-play.git bike-lipo-box: rotate again so glands are at front for viewing while printing --- diff --git a/bike-lipo-box.scad b/bike-lipo-box.scad index d719aad..69bfe56 100644 --- a/bike-lipo-box.scad +++ b/bike-lipo-box.scad @@ -223,7 +223,7 @@ module Box(){ ////toplevel } module BoxPrint(){ ////toplevel - rotate([-90,0,90]) + rotate([-90,0,-90]) Box(); } @@ -246,7 +246,7 @@ module Lid(){ ////toplevel } module LidPrint(){ ////toplevel - rotate([90,0,90]) + rotate([90,0,-90]) Lid(); }