From: Ian Jackson Date: Fri, 22 Jul 2016 20:31:28 +0000 (+0100) Subject: trackpump-mutlihead-clip: new hose side test X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b260c0d111588078b4268df93a8712d9bbc29216;p=reprap-play.git trackpump-mutlihead-clip: new hose side test --- diff --git a/trackpump-mutlihead-clip.scad b/trackpump-mutlihead-clip.scad index 265f2ba..5190146 100644 --- a/trackpump-mutlihead-clip.scad +++ b/trackpump-mutlihead-clip.scad @@ -121,8 +121,8 @@ module HoseSidePlan(){ ri = (hose_inner_dia/2); apx = sqrt( ri*ri - (hose_aperture*hose_aperture)/4 ); - apsq = hose_base_offset + apx - hose_aperture/sqrt(2); - echo(apsq); + apsq = hose_base_offset + apx - hose_aperture/2; + echo(apx,apsq); difference(){ hull(){ @@ -135,7 +135,8 @@ module HoseSidePlan(){ square([50,50]); } - %square(center=true, [100, hose_aperture]); + //%translate([hose_base_offset + apx, 0]) square([50,50]); + //%square(center=true, [100, hose_aperture]); } module HoseSide(){ @@ -160,7 +161,7 @@ module ClipPrint(){ //PumpSidePlan(); //PumpSideElevation(); -linear_extrude(height=1) HoseSidePlan(); +linear_extrude(height=hose_side_thick) HoseSidePlan(); //PumpSide(); //HoseSide(); //Clip();