From: Ian Jackson Date: Wed, 27 Jul 2016 17:19:34 +0000 (+0100) Subject: trackpump-mutlihead-clip: set some convexities X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=a52f41f4a56dbcdda6d9c1b4ade8ea185edf072d;hp=89d47d0cf86a1aabadbe853d93a1fba59f7c4194 trackpump-mutlihead-clip: set some convexities --- 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(); }