mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
fix style of helical threads
This commit is contained in:
parent
fffd85f698
commit
d3836b9bc3
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue