mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-29 06:59:48 +02:00
Fixed a pathological behaviour with small 2D imperfections in round2d
This commit is contained in:
@@ -2476,7 +2476,7 @@ module round2d(r, or, ir)
|
||||
{
|
||||
or = get_radius(r1=or, r=r, dflt=0);
|
||||
ir = get_radius(r1=ir, r=r, dflt=0);
|
||||
offset(or) offset(-ir-or) offset(delta=ir) children();
|
||||
offset(or) offset(-ir-or) offset(delta=ir,chamfer=true) children();
|
||||
}
|
||||
|
||||
|
||||
|
@@ -8,7 +8,7 @@
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,83];
|
||||
BOSL_VERSION = [2,0,84];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
Reference in New Issue
Block a user