diff options
author | Jan Huwald <jh@sotun.de> | 2015-03-06 09:40:07 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2015-03-06 09:40:07 (GMT) |
commit | ba5fde016b08780a32b5386e894108e095a8a9d7 (patch) | |
tree | d9615d5c566f29297aa3f141a4a63cfb005eed39 /entry.scad | |
parent | d0cb7d7e6f8f3a44f248c83b84984c808026d1c2 (diff) |
Diffstat (limited to 'entry.scad')
-rw-r--r-- | entry.scad | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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); } } |