chiark / gitweb /
trackpump-mutlihead-clip: wip pumpside
[reprap-play.git] / 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);
   }