mirror of
https://github.com/DJSundog/NopSCADlib.git
synced 2025-02-17 08:03:45 -05:00
Increased convexity of tubing.
This commit is contained in:
parent
7935700975
commit
4485235509
@ -37,7 +37,7 @@ module tubing(type, length = 15, forced_id = 0) { //! Draw specified tubing with
|
|||||||
else
|
else
|
||||||
vitamin(str("tubing(", type[0], arg(length, 15), "): ", tubing_material(type), " OD ", original_od, "mm ID ", original_id,"mm x ",length, "mm"));
|
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))
|
color(tubing_colour(type))
|
||||||
linear_extrude(height = length, center = true, convexity = 3)
|
linear_extrude(height = length, center = true, convexity = 4)
|
||||||
difference() {
|
difference() {
|
||||||
circle(d = od);
|
circle(d = od);
|
||||||
circle(d = id);
|
circle(d = id);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user