mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-07-31 19:40:17 +02:00
fix style of helical threads
This commit is contained in:
@@ -1083,7 +1083,8 @@ function spiral_sweep(poly, h, r, turns=1, higbee, center, r1, r2, d, d1, d2, hi
|
|||||||
],
|
],
|
||||||
vnf = vnf_vertex_array(
|
vnf = vnf_vertex_array(
|
||||||
points, col_wrap=true, caps=true, reverse=dir>0?true:false,
|
points, col_wrap=true, caps=true, reverse=dir>0?true:false,
|
||||||
style=higbee1>0 || higbee2>0 ? "quincunx" : "alt"
|
// style=higbee1>0 || higbee2>0 ? "quincunx" : "alt"
|
||||||
|
style="convex"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
reorient(anchor,spin,orient, vnf=vnf, r1=r1, r2=r2, l=h, p=vnf);
|
reorient(anchor,spin,orient, vnf=vnf, r1=r1, r2=r2, l=h, p=vnf);
|
||||||
|
Reference in New Issue
Block a user