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=e4a8be61037ecdf4509a4c34142ae78936d91e8a;hb=b9294866b775e2e1cf938a52d9af54091b860b11;hpb=0b6cc5cc0c2a8aac6bc442e19643bb91d274646a;ds=sidebyside diff --git a/trackpump-mutlihead-clip.scad b/trackpump-mutlihead-clip.scad index e4a8be6..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(){ @@ -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(); }