mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
fix extra comma
This commit is contained in:
parent
00af3d6eca
commit
d871d02bdf
1 changed files with 1 additions and 1 deletions
|
@ -2671,7 +2671,7 @@ function _find_anchor(anchor, geom) =
|
|||
vec = is_def(override[1]) ? override[1]
|
||||
: anchor.y == 0? ( anchor.x == 0? BACK : svec )
|
||||
: anchor.x == 0? [0,anchor.y,0]
|
||||
: unit((svec + [0,anchor.y,0]) / 2, [0,anchor.y,0]),
|
||||
: unit((svec + [0,anchor.y,0]) / 2, [0,anchor.y,0])
|
||||
) [anchor, pos, vec, 0]
|
||||
) : type == "ellipse"? ( //r
|
||||
let(
|
||||
|
|
Loading…
Reference in a new issue