chiark / gitweb /
wall-cable-hook: remove hole
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 24 May 2014 18:05:43 +0000 (19:05 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 24 May 2014 18:05:43 +0000 (19:05 +0100)
wall-cable-hook.scad

index 9e78abf60509feff34af97cd41633af380b518a5..30762655ed21c069523d0daffd8637d54f3ca98a 100644 (file)
@@ -30,7 +30,8 @@ module Plan() {
 module Hook(){
   difference(){
     linear_extrude(height=width) Plan();
-    translate([-50, circle_outer_rad + tab_sz - width/2, width/2])
+    if (false)
+      translate([-50, circle_outer_rad + tab_sz - width/2, width/2])
       rotate([0,90,0])
       cylinder(r= screw_hole_dia / 2, h=100, $fn=50);
   }