From: Ian Jackson Date: Sat, 17 Nov 2012 15:37:11 +0000 (+0000) Subject: xeno-drivebay-bracket: RearCableProtector: diagonal screw holes X-Git-Tag: filamentspool-v2-release~677 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=76b9f966490000208aac453d9426601365ccfe78;p=reprap-play.git xeno-drivebay-bracket: RearCableProtector: diagonal screw holes --- diff --git a/xeno-drivebay-bracket.scad b/xeno-drivebay-bracket.scad index 29a5f45..1e5f435 100644 --- a/xeno-drivebay-bracket.scad +++ b/xeno-drivebay-bracket.scad @@ -123,7 +123,7 @@ module RearCableProtector(){ translate([0, 0, 0]) cube([protwingw, protwingd, protbaset]); translate([protwingw/2, protwingd/2, 0]) - rotate([0,0, lr ? 90 : 0]) + rotate([0,0, lr ? 45 : -45]) slothole(baseholesz, baseholeslot, baset, slop=baseholeslop); } }