From 460b0d944eaf5dd53b58d3edf3d855ed894e65e0 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 24 May 2014 19:05:43 +0100 Subject: [PATCH] wall-cable-hook: remove hole --- wall-cable-hook.scad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wall-cable-hook.scad b/wall-cable-hook.scad index 9e78abf..3076265 100644 --- a/wall-cable-hook.scad +++ b/wall-cable-hook.scad @@ -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); } -- 2.30.2