From 0e9caf64125fcdf652b83479281577793538c292 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 31 Dec 2014 20:10:38 +0000 Subject: [PATCH 1/1] knifeblock: Un-round the corners Manual revert of fa50ad021f9e476b62f1ada39d08183c85436e6e --- knifeblock.scad | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/knifeblock.scad b/knifeblock.scad index 5898af5..08a0d1a 100644 --- a/knifeblock.scad +++ b/knifeblock.scad @@ -139,12 +139,9 @@ module Block(){ sidemidx = minsideout + screwcsinkdia/2; difference(){ - hull() mirror([0,0,1]) { - translate([minx, 0, 0]) - cube([maxx-minx, totaldepth-front, height]); - for (x=[minx + front/2, maxx - front/2]) - translate([x, -front/2, 0]) - cylinder(r=front/2, h=height, $fn=30); + mirror([0,0,1]) { + translate([minx, -front, 0]) + cube([maxx-minx, totaldepth, height]); } for (x=[minx + sidemidx, maxx - sidemidx]) { translate([x, 0, -screwabove]) -- 2.30.2