mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-28 15:59:45 +00:00
fix typo
This commit is contained in:
parent
392b67c9c8
commit
5d30951ef1
1 changed files with 1 additions and 1 deletions
|
@ -1985,7 +1985,7 @@ function path_sweep(shape, path, method="incremental", normal, closed, twist=0,
|
|||
)
|
||||
transforms && _return_scales
|
||||
? [transform_list,scale]
|
||||
: transforms ? transform_lislt
|
||||
: transforms ? transform_list
|
||||
: sweep(is_path(shape)?clockwise_polygon(shape):shape, transform_list, closed=false, caps=fullcaps,style=style,
|
||||
anchor=anchor,cp=cp,spin=spin,orient=orient,atype=atype);
|
||||
|
||||
|
|
Loading…
Reference in a new issue