mirror of
https://github.com/DJSundog/NopSCADlib.git
synced 2024-11-23 15:23:51 -05:00
Fix to centering of carbon fiber tubing.
This commit is contained in:
parent
814ce4f15d
commit
9239c6da3c
@ -41,7 +41,7 @@ module tubing(type, length = 15, forced_id = 0, center = true) { //! Draw specif
|
|||||||
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"));
|
||||||
|
|
||||||
if(tubing_material(type) == "Carbon fiber")
|
if(tubing_material(type) == "Carbon fiber")
|
||||||
woven_tube(od / 2, id /2, length, colour = tubing_colour(type));
|
woven_tube(od / 2, id /2, center = center, length, colour = tubing_colour(type));
|
||||||
else
|
else
|
||||||
color(tubing_colour(type))
|
color(tubing_colour(type))
|
||||||
linear_extrude(length, center = center, convexity = 4)
|
linear_extrude(length, center = center, convexity = 4)
|
||||||
|
Loading…
Reference in New Issue
Block a user