diff options
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); } } |