From: Ian Jackson Date: Sun, 14 Feb 2016 15:57:58 +0000 (+0000) Subject: sealing-box: closer inner buttress X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=8137d9628fb3936cab7fe06faa2705fa12f918df sealing-box: closer inner buttress --- diff --git a/sealing-box.scad.m4 b/sealing-box.scad.m4 index c9c530c..dbfb220 100644 --- a/sealing-box.scad.m4 +++ b/sealing-box.scad.m4 @@ -29,6 +29,7 @@ $sealingbox_cnrrad = 10; $sealingbox_crude = false; +$sealingbox_inner_slop = 0.2; m4_define(`BoxLocals',` xbox = $sealingbox_sz[0]; @@ -145,6 +146,13 @@ module SealingBox_LidProfile(){ } } } + translate([tubesealrad*2 + $sealingbox_inner_slop, + zbox + ceilth]) { + mirror([0,1]) { + square([lidoverlap + innertube, + inner_buttress_h]); + } + } } module SealingBox_CeilProfile(){