mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-15 17:09:40 +00:00
Compare commits
2 commits
7be40ba489
...
4d1d81b883
Author | SHA1 | Date | |
---|---|---|---|
|
4d1d81b883 | ||
|
7da26d32cd |
1 changed files with 1 additions and 1 deletions
|
@ -786,7 +786,7 @@ function arc(n, r, angle, d, cp, points, corner, width, thickness, start, wedge=
|
|||
plane = [corner[2], corner[0], corner[1]],
|
||||
points2d = project_plane(plane, corner)
|
||||
)
|
||||
lift_plane(plane,arc(n,corner=points2d,wedge=wedge,long=long))
|
||||
lift_plane(plane,arc(n,corner=points2d,wedge=wedge,r=r, d=d))
|
||||
) :
|
||||
assert(is_path(corner) && len(corner) == 3)
|
||||
let(col = is_collinear(corner[0],corner[1],corner[2]))
|
||||
|
|
Loading…
Reference in a new issue