From 4485235509d66cb2e50bf811ebdcf7cca9676d33 Mon Sep 17 00:00:00 2001 From: Chris Palmer Date: Thu, 13 Jun 2019 16:53:43 +0100 Subject: [PATCH] Increased convexity of tubing. --- vitamins/tubing.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vitamins/tubing.scad b/vitamins/tubing.scad index 6065aec..61b863a 100644 --- a/vitamins/tubing.scad +++ b/vitamins/tubing.scad @@ -37,7 +37,7 @@ module tubing(type, length = 15, forced_id = 0) { //! Draw specified tubing with else vitamin(str("tubing(", type[0], arg(length, 15), "): ", tubing_material(type), " OD ", original_od, "mm ID ", original_id,"mm x ",length, "mm")); color(tubing_colour(type)) - linear_extrude(height = length, center = true, convexity = 3) + linear_extrude(height = length, center = true, convexity = 4) difference() { circle(d = od); circle(d = id);