mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 13:50:23 +01:00
comma fix
This commit is contained in:
parent
9b2a32e574
commit
4d95f81352
@ -2455,7 +2455,7 @@ function rounded_prism(bottom, top, joint_bot=0, joint_top=0, joint_sides=0, k_b
|
||||
downedge=anchors[((i+ofs)%4)*6+2],
|
||||
faceanch=anchors[((i+ofs)%4)*6+3],
|
||||
upcorner=anchors[((i+ofs)%4)*6+4],
|
||||
downcorner=anchors[((i+ofs)%4)*6+5],
|
||||
downcorner=anchors[((i+ofs)%4)*6+5]
|
||||
)
|
||||
each [
|
||||
[stddir[i],select(faceanch,1,3)],
|
||||
@ -2465,7 +2465,7 @@ function rounded_prism(bottom, top, joint_bot=0, joint_top=0, joint_sides=0, k_b
|
||||
[stddir[i]+select(stddir,i-1)+UP, select(upcorner,1,3)],
|
||||
[stddir[i]+select(stddir,i-1)+DOWN, select(downcorner,1,3)],
|
||||
]
|
||||
],
|
||||
]
|
||||
)
|
||||
!debug && !_full_info ? vnf
|
||||
: _full_info ? [concat(top_patch, bot_patch), vnf, anchors, override]
|
||||
|
Loading…
x
Reference in New Issue
Block a user