mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-28 15:59:45 +00:00
remove comma
This commit is contained in:
parent
9742177381
commit
1114f3f802
1 changed files with 1 additions and 1 deletions
|
@ -908,7 +908,7 @@ function _make_anchor_legal(anchor,geom) =
|
|||
// rmax = is_vector(r) ? r[1] : r;
|
||||
// layers = [for(z=[0:steps])
|
||||
// let(
|
||||
// r=rmin+(rmax-rmin)/2*(cos(z*360*cycles/steps)+1),
|
||||
// r=rmin+(rmax-rmin)/2*(cos(z*360*cycles/steps)+1)
|
||||
// )
|
||||
// path3d( concat([[0,0]],
|
||||
// arc(corner=path2d([BACK,CTR,RIGHT]), n=n, r=r)),
|
||||
|
|
Loading…
Reference in a new issue