Fixes lack of passing children to attachable() in rotate_extrude_bezier()

This commit is contained in:
Revar Desmera 2020-04-10 12:59:09 -07:00
parent e8087f7ba4
commit 5b7830f8f2
2 changed files with 2 additions and 1 deletions

View file

@ -563,6 +563,7 @@ module rotate_sweep_bezier(bezier, splinesteps=16, N=3, convexity=undef, angle=3
rotate_extrude(convexity=convexity, angle=angle) {
polygon(oline);
}
children();
}
}

View file

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