mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-04-21 07:02:11 +02:00
fixed arc point count
This commit is contained in:
parent
d097be435b
commit
1614c235e1
@ -329,7 +329,7 @@ function _circlecorner(points, parm) =
|
||||
start = points[1]+prev*d,
|
||||
end = points[1]+next*d
|
||||
) // 90-angle is half the angle of the circular arc
|
||||
arc(max(3,(90-angle)/180*segs(r)), cp=center, points=[start,end]);
|
||||
arc(max(3,ceil((90-angle)/180*segs(r))), cp=center, points=[start,end]);
|
||||
|
||||
|
||||
// Used by offset_sweep and convex_offset_extrude:
|
||||
|
Loading…
x
Reference in New Issue
Block a user