chiark / gitweb /
light-bracket: wip, hooks
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 3 Jul 2012 00:07:57 +0000 (01:07 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 3 Jul 2012 00:07:57 +0000 (01:07 +0100)
light-bracket.scad

index a02c376acf68d4584b29dd1a3a12b734602a6801..e5c0e8c86c60427dd7c36e7df9bf213af862c21d 100644 (file)
@@ -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() {