Removed leftover p= args from attachable() refactoring.

This commit is contained in:
Revar Desmera 2020-04-13 16:53:50 -07:00
parent e2b02ba6a5
commit 0346b8a266
2 changed files with 3 additions and 3 deletions

View file

@ -1144,7 +1144,7 @@ module supershape(step=0.5,m1=4,m2=undef,n1,n2=undef,n3=undef,a=1,b=undef, r=und
// mask2d_roundover(r=10, inset=2);
module mask2d_roundover(r, d, excess, inset=0, anchor=CENTER,spin=0) {
path = mask2d_roundover(r=r,d=d,excess=excess,inset=inset);
attachable(anchor,spin, two_d=true, path=path, p=path) {
attachable(anchor,spin, two_d=true, path=path) {
polygon(path);
children();
}
@ -1293,7 +1293,7 @@ function mask2d_chamfer(x, y, edge, angle=45, excess, inset=0, anchor=CENTER,spi
// mask2d_rabbet(size=10);
module mask2d_rabbet(size, excess, anchor=CENTER,spin=0) {
path = mask2d_rabbet(size=size, excess=excess);
attachable(anchor,spin, two_d=true, path=path, extent=false, p=path) {
attachable(anchor,spin, two_d=true, path=path, extent=false) {
polygon(path);
children();
}

View file

@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,265];
BOSL_VERSION = [2,0,266];
// Section: BOSL Library Version Functions