From a52f41f4a56dbcdda6d9c1b4ade8ea185edf072d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 27 Jul 2016 18:19:34 +0100 Subject: [PATCH] trackpump-mutlihead-clip: set some convexities --- trackpump-mutlihead-clip.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(); } -- 2.30.2