From ba5fde016b08780a32b5386e894108e095a8a9d7 Mon Sep 17 00:00:00 2001 From: Jan Huwald Date: Fri, 6 Mar 2015 10:40:07 +0100 Subject: add missing join holes (possible openscad bug) diff --git a/entry.scad b/entry.scad index 29849cc..c02ec11 100644 --- a/entry.scad +++ b/entry.scad @@ -64,6 +64,12 @@ module entry(capped_bottom=true) { } ccube([2*W, large, 2*(hrail_height + hdd_height) + offset]); + + // add joins ... a second time as they got lost somewhere on + // the way :-( + translate([0,D/20,0]) + scale([1, 1.2, 1]) + # joins(W, D); } } -- cgit v0.10.1