From d997082492a376442dbf1f2c2e77b7508da4cbfe Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 3 Jul 2012 01:07:57 +0100 Subject: [PATCH] light-bracket: wip, hooks --- light-bracket.scad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() { -- 2.30.2