X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=trackpump-mutlihead-clip.scad;h=c5108fd39cb5fc88e0f7fc1d64fed5f4a69fa375;hp=cebf159963563f79bfd2efc122655f3c22691b6d;hb=b47a6fbe901394bc680c4ac79e3e26d8197ce948;hpb=e35b790aebe2260ac2319ba5b747797ae7115305 diff --git a/trackpump-mutlihead-clip.scad b/trackpump-mutlihead-clip.scad index cebf159..c5108fd 100644 --- a/trackpump-mutlihead-clip.scad +++ b/trackpump-mutlihead-clip.scad @@ -93,11 +93,11 @@ module PumpSide(){ intersection(){ translate([0,100,0]) rotate([90,0,0]) - linear_extrude(height=200) + linear_extrude(height=200, convexity=10) PumpSideElevation(); union(){ translate([0,0,-100]) - linear_extrude(height=200) + linear_extrude(height=200, convexity=10) PumpSidePlan(); // baseplate hull(){ @@ -116,14 +116,14 @@ module PumpSide(){ translate([-(baseplate + pump_main_dia/2), 0, -(pump_side_thick + pump_side_height)]) cylinder(r=pump_main_dia/2, h=200); - rotate([0,0,180]) - mirror([0,0,1]) - translate([-0, - -br, - pump_side_total_height]) - Commitid_BestCount_M([baseplate + pump_protr_protr, - br*2]); } + rotate([0,0,180]) + mirror([0,0,1]) + translate([-0, + -br, + pump_side_total_height]) + Commitid_BestCount_M([baseplate + pump_protr_protr, + br*2]); } module HoseSidePlan(){ @@ -152,7 +152,7 @@ module HoseSidePlan(){ module HoseSide(){ mirror([0,0,1]) - linear_extrude(height=hose_side_thick) + linear_extrude(height=hose_side_thick, convexity=10) HoseSidePlan(); }