From: Ian Jackson Date: Sat, 24 May 2014 18:05:43 +0000 (+0100) Subject: wall-cable-hook: remove hole X-Git-Tag: filamentspool-v2-release~374 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=460b0d944eaf5dd53b58d3edf3d855ed894e65e0;p=reprap-play.git wall-cable-hook: remove hole --- 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); }