summaryrefslogtreecommitdiff
path: root/entry.scad
diff options
context:
space:
mode:
authorJan Huwald <jh@sotun.de>2015-03-06 09:40:07 (GMT)
committerJan Huwald <jh@sotun.de>2015-03-06 09:40:07 (GMT)
commitba5fde016b08780a32b5386e894108e095a8a9d7 (patch)
treed9615d5c566f29297aa3f141a4a63cfb005eed39 /entry.scad
parentd0cb7d7e6f8f3a44f248c83b84984c808026d1c2 (diff)
add missing join holes (possible openscad bug)HEADmaster
Diffstat (limited to 'entry.scad')
-rw-r--r--entry.scad6
1 files changed, 6 insertions, 0 deletions
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);
}
}
contact: Jan Huwald // Impressum