From: Ian Jackson Date: Sun, 9 Jun 2013 14:08:54 +0000 (+0100) Subject: crossbar-computer-led-mount: actually fix led hole X-Git-Tag: filamentspool-v2-release~511 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f8ea3ef584af34dbaca85e581f3fc0365eec4e86;p=reprap-play.git crossbar-computer-led-mount: actually fix led hole --- diff --git a/crossbar-computer-led-mount.scad b/crossbar-computer-led-mount.scad index 92a079b..535c680 100644 --- a/crossbar-computer-led-mount.scad +++ b/crossbar-computer-led-mount.scad @@ -194,7 +194,7 @@ module TowerMain(){ module LedHole(){ translate([0, led_head_y, led_head_z]) - rotate([90 + led_angle]) + rotate([90 + led_angle, 0, 0]) translate([0,0,-10]) cylinder(r=led_dia/2, h=led_depth+1+10, $fn=26, $fa=10); }