mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Bugfix for sweep() endcaps.
This commit is contained in:
parent
c56572db11
commit
90eaf73293
2 changed files with 2 additions and 2 deletions
|
@ -891,7 +891,7 @@ function sweep(shape, transforms, closed=false, caps) =
|
|||
for (rgn=regions) each [
|
||||
for (path=select(rgn,0,-1))
|
||||
sweep(path, transforms, closed=closed, caps=false),
|
||||
if (fullcaps[0]) region_faces(rgn, reverse=true),
|
||||
if (fullcaps[0]) region_faces(rgn, transform=transforms[0], reverse=true),
|
||||
if (fullcaps[1]) region_faces(rgn, transform=select(transforms,-1)),
|
||||
],
|
||||
],
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,468];
|
||||
BOSL_VERSION = [2,0,469];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
|
Loading…
Reference in a new issue