From: Ian Jackson Date: Wed, 31 Dec 2014 20:10:38 +0000 (+0000) Subject: knifeblock: Un-round the corners X-Git-Tag: filamentspool-v2-release~252 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0e9caf64125fcdf652b83479281577793538c292;p=reprap-play.git knifeblock: Un-round the corners Manual revert of fa50ad021f9e476b62f1ada39d08183c85436e6e --- 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])