Skip to content

Commit

Permalink
arc() bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianVmariano committed Sep 28, 2024
1 parent c2f5fa7 commit 7da26d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drawing.scad
Original file line number Diff line number Diff line change
Expand Up @@ -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]))
Expand Down

0 comments on commit 7da26d3

Please sign in to comment.