From: Ian Jackson Date: Tue, 3 Jul 2012 00:07:57 +0000 (+0100) Subject: light-bracket: wip, hooks X-Git-Tag: iwj-success-2012-07-29~36 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=d997082492a376442dbf1f2c2e77b7508da4cbfe light-bracket: wip, hooks --- diff --git a/light-bracket.scad b/light-bracket.scad index a02c376..e5c0e8c 100644 --- a/light-bracket.scad +++ b/light-bracket.scad @@ -20,7 +20,8 @@ module hhook(extent) { } module hstuff() { - translate([0,50,0]) hhook(10); + translate([0,70,0]) hhook(15); + translate([0,20,0]) hhook(15); } module stuff() {