From b06a99c31a41dbb75c794eaf4eeb81608bc4f9dc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 1 Jan 2015 16:50:31 +0000 Subject: [PATCH] knifeblock: Fudge to avoid openscad producing a hole --- knifeblock.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/knifeblock.scad b/knifeblock.scad index 7ea6079..efa1e60 100644 --- a/knifeblock.scad +++ b/knifeblock.scad @@ -168,9 +168,9 @@ module CoverTemplate(){ linear_extrude(height=coverthick) polygon([[minx, 0], [maxx, 0], - [maxx, coverlonglen], - [maxx - coverside, coverlonglen], - [minx, covershortlen]]); + [maxx, coverlonglen+0.1], + [maxx - coverside, coverlonglen+0.1], + [minx, covershortlen+0.1]]); } module CoverSide(len){ -- 2.30.2